collectd-openstack-plugins/releasenotes/notes/bug-1657859-9c4b0cd0c149a414.yaml
Emma Foley 5bfb438f1c Load logfile.conf first to help debugging
Conf files in $COLLECTD_CONF_DIR are loaded in alphabetical order.

If there is an error loading the python plugin, the logfile plugin is not
loaded.
To help debugging, the logfile should be loaded first.

Changing logfile.conf to 01-logfile.conf should fix this issue by making
collectd load the logfile.conf first

Closes-Bug: #1657859

Change-Id: I1f748d61d6d9a291bcc32476ac17bb0d60fdc573
2017-02-08 17:38:14 +00:00

7 lines
220 B
YAML

---
fixes:
- |
Fixes 'bug 1657859 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1657859'.
Changed logfile.conf to 01-logfile.conf so it loads before the python
plugins, so debugging is easier.