Skip to content

Commit

Permalink
fix filter
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Jan 28, 2025
1 parent c0ccc83 commit 2700638
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions backend-rust/src/bin/ccdscan-api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,7 @@ struct Cli {
monitoring_listen: SocketAddr,
#[command(flatten, next_help_heading = "Configuration")]
api_config: graphql_api::ApiServiceConfig,
#[arg(
long = "log-level",
default_value = "info",
help = "The maximum log level. Possible values are: `trace`, `debug`, `info`, `warn`, and \
`error`.",
env = "LOG_LEVEL"
)]
#[arg(long, default_value = "info", env = "LOG_LEVEL")]
log_level: tracing_subscriber::filter::LevelFilter,
/// Check whether the database schema version is compatible with this
/// version of the service and then exit the service immediately.
Expand Down

0 comments on commit 2700638

Please sign in to comment.