Skip to content

Commit

Permalink
fix observability default log level comment (#2737)
Browse files Browse the repository at this point in the history
Signed-off-by: zahash <zahash.z@gmail.com>
  • Loading branch information
zahash committed Mar 25, 2024
1 parent 33e417f commit a51c03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/youki/src/observability.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ enum LogFormat {
#[cfg(debug_assertions)]
const DEFAULT_LOG_LEVEL: &str = "debug";

/// If not in debug mode, default level is warn to get important logs
/// If not in debug mode, default level is error to get important logs
#[cfg(not(debug_assertions))]
const DEFAULT_LOG_LEVEL: &str = "error";

Expand Down

0 comments on commit a51c03a

Please sign in to comment.