Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Quiet down cranelift logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimpo committed Oct 28, 2019
1 parent 5ffda81 commit 70896c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,7 @@ fn init_logger(pattern: &str) {
// Disable info logging by default for some modules:
builder.filter(Some("ws"), log::LevelFilter::Off);
builder.filter(Some("hyper"), log::LevelFilter::Warn);
builder.filter(Some("cranelift_wasm"), log::LevelFilter::Warn);
// Enable info for others.
builder.filter(None, log::LevelFilter::Info);

Expand Down

0 comments on commit 70896c0

Please sign in to comment.