From 0504bdf8f6fadf5564a17d62fde0be5ce97d9a8e Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 29 Apr 2011 11:29:52 +0200 Subject: [PATCH] Switch log level to ::Info during development --- src/main.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index af2aa0e..3606bb2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,7 +21,8 @@ using I2n::Logger::GlobalLogger; void init_log() { I2n::Logger::enable_syslog( I2n::Logger::Facility::User ); - I2n::Logger::set_log_level( I2n::Logger::LogLevel::Notice ); + // TODO: Change back to Notice log level + I2n::Logger::set_log_level( I2n::Logger::LogLevel::Info ); } int main( int argc, char* argv[] ) -- 1.7.1