diff options
Diffstat (limited to 'dotup_cli/src/main.rs')
| -rw-r--r-- | dotup_cli/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotup_cli/src/main.rs b/dotup_cli/src/main.rs index b4339c9..05fdcab 100644 --- a/dotup_cli/src/main.rs +++ b/dotup_cli/src/main.rs | |||
| @@ -69,7 +69,7 @@ fn main() -> anyhow::Result<()> { | |||
| 69 | 0 => "warn", | 69 | 0 => "warn", |
| 70 | 1 => "info", | 70 | 1 => "info", |
| 71 | 2 => "debug", | 71 | 2 => "debug", |
| 72 | 3 | _ => "trace", | 72 | _ => "trace", |
| 73 | }; | 73 | }; |
| 74 | 74 | ||
| 75 | Logger::try_with_env_or_str(log_level)? | 75 | Logger::try_with_env_or_str(log_level)? |
