diff options
| -rw-r--r-- | src/main.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/main.rs b/src/main.rs index 6bb4594..c7be3ee 100644 --- a/src/main.rs +++ b/src/main.rs @@ -113,7 +113,7 @@ fn main() {      stderrlog::new()          .module(module_path!())          .timestamp(stderrlog::Timestamp::Second) -        .verbosity(4) // LogLevel::Trace +        .verbosity(2) // LogLevel::Info          .init()          .expect("Logger failed to initialise"); | 
