collectd-openstack-plugins/releasenotes/notes/bug-1664937-0ae3be29c6f4df97.yaml
Jaroslav Safka f903de3f10 Fix plugin logging
Fix logging of debug, info and warning levels.
Also configuration parameter VERBOSE is working again.

fixes problems:
* VERBOSE parameter can be changed at runtime
* Initial log level was unset, then there was nothing logged lower than
exception level. (for example configuration dump was not logged)
* Initial VERBOSE was set to True, then it was too much verbose. And
this flag was mean to be used for debugging problems.

NOTE: real log level is driven by collectd configuration, not by plugin
config.

Change-Id: Ia7048ccb74f27a5d5885b9c0bda17d6fba603e9b
Closes-Bug: #1664973
2017-07-19 09:32:41 +00:00

7 lines
244 B
YAML

---
fixes:
- Fixes bug 'https://launchpad.net/bugs/1664973'
VERBOSE parameter is read and used again
Initial log level was fixed, so configuration is properly logged.
Initial VERBOSE changed to False, to avoid too much verbosity.