Skip to content

Commit

Permalink
set web logs level to trace
Browse files Browse the repository at this point in the history
  • Loading branch information
brevalferrari committed Jul 22, 2024
1 parent 8c1ad4d commit e2d2db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fn main() -> eframe::Result {
#[cfg(target_arch = "wasm32")]
fn main() {
// Redirect `log` message to `console.log` and friends:
eframe::WebLogger::init(log::LevelFilter::Debug).ok();
eframe::WebLogger::init(log::LevelFilter::Trace).ok();

let web_options = eframe::WebOptions::default();

Expand Down

0 comments on commit e2d2db6

Please sign in to comment.