Skip to content

Commit

Permalink
Uncomment filter level in use_simple_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
PoignardAzur authored Feb 11, 2021
1 parent 7f7dc03 commit 40cfc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion druid/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ impl<T: Data> AppLauncher<T> {
pub fn use_simple_logger(self) -> Self {
#[cfg(not(target_arch = "wasm32"))]
simple_logger::SimpleLogger::new()
//.with_level(log::LevelFilter::Debug)
.with_level(log::LevelFilter::Debug)
.init()
.expect("Failed to initialize logger.");
#[cfg(target_arch = "wasm32")]
Expand Down

0 comments on commit 40cfc2c

Please sign in to comment.