Skip to content

Commit

Permalink
log warn message by default
Browse files Browse the repository at this point in the history
Signed-off-by: qjerome <[email protected]>
  • Loading branch information
qjerome committed Jan 19, 2024
1 parent 35aac7c commit 3b67f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kunai/src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@ async fn main() -> Result<(), anyhow::Error> {

// Handling any CLI argument not needing to run eBPF
// setting log level according to the verbosity level
let mut log_level = LevelFilter::Error;
let mut log_level = LevelFilter::Warn;
match cli.verbose {
1 => log_level = LevelFilter::Info,
2 => log_level = LevelFilter::Debug,
Expand Down

0 comments on commit 3b67f5f

Please sign in to comment.