Skip to content

Commit

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

0 comments on commit caf2ac4

Please sign in to comment.