chore: change the default logging directives to be more useful
This commit is contained in:
@@ -62,7 +62,7 @@ struct AppArgs {
|
||||
|
||||
#[derive(Parser)]
|
||||
struct LoggingArgs {
|
||||
#[arg(long = "logging-directives", env = "RUST_LOG", default_value = "info")]
|
||||
#[arg(long = "logging-directives", env = "RUST_LOG", default_value = "warn,fomo_reducer=debug")]
|
||||
env_filter: EnvFilter,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user