Skip to content

Commit

Permalink
Set default log level to warn now that notification center is in pl…
Browse files Browse the repository at this point in the history
…ace (#8918)
  • Loading branch information
oxkitsune authored Feb 4, 2025
1 parent b1aa3ad commit aaca60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/utils/re_log/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pub fn default_log_filter() -> String {
if cfg!(debug_assertions) {
"debug".to_owned()
} else {
"info".to_owned()
"warn".to_owned()
}
});

Expand Down

0 comments on commit aaca60c

Please sign in to comment.