diff --git a/src/main.rs b/src/main.rs index a0a373d4..84276e9f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -77,7 +77,7 @@ fn run() -> Result<(), Error> { let mut env = Env::default(); if config.verbose() { - env = env.filter_or("LOG_LEVEL", "info"); + env = env.filter_or("LOG_LEVEL", "topgrade=debug"); } env_logger::init_from_env(env);