For command line options for logging output level and target, add available options...
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 5 Nov 2014 13:57:41 +0000 (14:57 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 5 Nov 2014 13:57:41 +0000 (14:57 +0100)
src/config/option/logleveloption.cpp
src/config/option/logoutputoption.cpp

index 377bb4f..36bcdcd 100644 (file)
@@ -43,7 +43,7 @@ LogLevelOption::LogLevelOption() :
     ConfigurationOption(
         "log-level",
         value<string>()->default_value( "ERROR" ),
-        "Level of the log messages."
+        "Level of the log messages (DEBUG,INFO,NOTICE,WARNING,ERROR)."
     )
 {
 }
index 2a6f253..3856f21 100644 (file)
@@ -42,7 +42,7 @@ LogOutputOption::LogOutputOption() :
     ConfigurationOption(
         "log-output",
         value<string>()->default_value( "syslog" ),
-        "The place where to log the messages."
+        "The place where to log the messages (syslog or terminal=console)."
     )
 {
 }