From 309e919ad01d8068ae0e5579512723b6160baba2 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Wed, 21 May 2014 15:03:28 +0200 Subject: [PATCH] changed initial log level from Info to Notice to avoid printing of complete config into syslog --- src/main.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index db8a7ed..916e5f1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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 -- 1.7.1