Skip to content

Commit

Permalink
revert Makefile local flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatemodels committed Jan 26, 2025
1 parent db68d0d commit 1d51280
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ local-run:
-ldflags '-w -extldflags "-static" -X main.version=local-test' \
-v -o ${BINARY_NAME}

./${BINARY_NAME} \
./${BINARY_NAME} --log.level="debug" \
--log.format="logfmt" \
--web.telemetry-path="/metrics" \
--web.listen-address=":8080" \
--runtime.gomaxprocs=4 \
--exporter.instance-label="opnsense-local1" \
Expand Down

0 comments on commit 1d51280

Please sign in to comment.