Skip to content

Commit

Permalink
fix (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOlias authored Sep 17, 2024
1 parent cc0a785 commit b7a3bb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/little-mugs-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ponder/core": patch
---

Fixed a bug introduced in `0.4.33` where the `--trace`, `--debug`, `-v`, and `-vv` CLI options and the `PONDER_LOG_LEVEL` env var did not correctly set the log level. (The `--log-level` option still worked).
3 changes: 1 addition & 2 deletions packages/core/src/bin/ponder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ const ponder = new Command("ponder")
)
.option(
"--log-level <LEVEL>",
'Minimum log level ("error", "warn", "info", "debug", or "trace")',
"info",
'Minimum log level ("error", "warn", "info", "debug", or "trace", default: "info")',
)
.option(
"--log-format <FORMAT>",
Expand Down

0 comments on commit b7a3bb5

Please sign in to comment.