aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorTeddy Wing2017-11-17 00:02:19 +0100
committerTeddy Wing2017-11-17 00:02:19 +0100
commitb2ce62ae7044798d999b5394d3510df4346164cb (patch)
treea759bb245dc589cdf0f3413e9eff28a672e737e4 /src/main.rs
parenta8a9d4b11e7ea69b2ff201d3cf75c38a61370c08 (diff)
parent43e5b662a991c8ed25f309bd32cbe9942bf6fd85 (diff)
downloadkipper-b2ce62ae7044798d999b5394d3510df4346164cb.tar.bz2
Merge branch 'lower-logging-verbosity'
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
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");