Skip to content

Commit 8edf076

Browse files
default debug
1 parent efcfe1a commit 8edf076

File tree

1 file changed

+1
-1
lines changed
  • crates/pgt_cli/src/commands

1 file changed

+1
-1
lines changed

crates/pgt_cli/src/commands/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ pub enum PgtCommand {
167167
env("PGT_LOG_LEVEL"),
168168
long("log-level"),
169169
argument("trace|debug|info|warn|error|none"),
170-
fallback(String::from("info"))
170+
fallback(String::from("debug"))
171171
)]
172172
log_level: String,
173173

0 commit comments

Comments
 (0)