Skip to content

Commit

Permalink
chore: Enable debug on local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Dec 31, 2022
1 parent a5ccfb0 commit 80e42d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .air.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ testdata_dir = "testdata"
tmp_dir = "tmp"

[build]
args_bin = []
args_bin = ["--loglevel=debug"]
bin = ";export $(grep -v '^#' .env | xargs); ./tmp/main server"
cmd = "go build -o ./tmp/main ./cmd/ledger/"
delay = 1000
Expand Down

0 comments on commit 80e42d7

Please sign in to comment.