summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Synacek <jsynacek@redhat.com>2014-07-01 15:21:03 +0200
committerJan Synacek <jsynacek@redhat.com>2014-07-01 15:52:55 +0200
commite4f0006ad39997b227123731999473eaaff85db9 (patch)
treeb20ae163dcc2c8cb0b0da6e6f45f4dab285fa566
parentc45711a8c242a04429220ac499154e067ca23633 (diff)
downloadopenlmi-providers-e4f0006ad39997b227123731999473eaaff85db9.tar.gz
openlmi-providers-e4f0006ad39997b227123731999473eaaff85db9.tar.xz
openlmi-providers-e4f0006ad39997b227123731999473eaaff85db9.zip
openlmi.conf: improve Level comment
Emphasize the fact that there are additional levels possible when python provider read the configuration file.
-rw-r--r--src/libs/libopenlmi/openlmi.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libs/libopenlmi/openlmi.conf b/src/libs/libopenlmi/openlmi.conf
index b86e3d9..43fc336 100644
--- a/src/libs/libopenlmi/openlmi.conf
+++ b/src/libs/libopenlmi/openlmi.conf
@@ -14,6 +14,10 @@
# Level can be set to following values:
# DEBUG, INFO, WARNING, ERROR
+# Python providers can use the following values:
+# TRACE_VERBOSE, TRACE_INFO, TRACE_WARNING, DEBUG, INFO, WARNING, ERROR, CRITICAL
+# Other values will be ignored and the default will be used instead. This also
+# applies to non-python providers reading python provider specific values.
#Level = ERROR
# If logging to stderr is desired, set this option to True.