Skip to content

Commit

Permalink
Decrease logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mvolfik committed Apr 14, 2022
1 parent a82f640 commit 1f90903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/roborally-structs/src/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ mod platform {
static LOGGER: Logger = Logger;

impl Log for Logger {
fn enabled(&self, _metadata: &Metadata) -> bool {
true
fn enabled(&self, metadata: &Metadata) -> bool {
metadata.level() <= log::Level::Info
}

fn log(&self, record: &Record) {
Expand Down

0 comments on commit 1f90903

Please sign in to comment.