From e4f0006ad39997b227123731999473eaaff85db9 Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Tue, 1 Jul 2014 15:21:03 +0200 Subject: openlmi.conf: improve Level comment Emphasize the fact that there are additional levels possible when python provider read the configuration file. --- src/libs/libopenlmi/openlmi.conf | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit