changed initial log level from Info to Notice to avoid printing of complete config...
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 21 May 2014 13:03:28 +0000 (15:03 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 21 May 2014 13:03:28 +0000 (15:03 +0200)
src/main.cpp

index db8a7ed..916e5f1 100644 (file)
@@ -108,7 +108,7 @@ LinkStatusItem get_status_notifier(
 
 void init_logger()
 {
-    const int default_log_level = I2n::Logger::LogLevel::Info;
+    const int default_log_level = I2n::Logger::LogLevel::Notice;
 
     I2n::Logger::enable_syslog( I2n::Logger::Facility::User ); //lint !e1786
     I2n::Logger::set_log_level( default_log_level );           //lint !e534