mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1932142 - Set the crash reporter default log level to warn r=gsvelto
Differential Revision: https://phabricator.services.mozilla.com/D229499
This commit is contained in:
parent
a0a1875739
commit
4c353e8aa5
@ -16,6 +16,7 @@ pub fn init() -> LogTarget {
|
||||
let log_target_inner = LogTargetInner::default();
|
||||
|
||||
env_logger::builder()
|
||||
.filter_level(log::LevelFilter::Warn)
|
||||
.parse_env(
|
||||
env_logger::Env::new()
|
||||
.filter(ekey!("LOG"))
|
||||
|
Loading…
Reference in New Issue
Block a user