collectd-openstack-plugins/releasenotes/notes/bug-1676489-77bbb9522192a82a.yaml
Thaynara Silva 8d6804e9db Add separate verbose config options
Add the following to allow plugin verbosity to be configured separately
  - Add COLLECTD_GNOCCHI_VERBOSE
  - Add COLLECTD_AODH_VERBOSE
  - Set both default to the same value of what
    COLLECTD_CEILOMETER_VERBOSE
  - Update documentation
  - Make changes to sample local.conf file

Change-Id: Ie072cdb42f6075860dbcb5fdab96f3f160139ec2
Closes-Bug: #1676489
2017-04-07 13:19:51 +00:00

8 lines
386 B
YAML

---
fixes:
- Fixes 'bug 1676489 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1676489'
Added new variables COLLECTD_GNOCCHI_VERBOSE and COLLECTD_AODH_VERBOSE, that now allow
the verbosity of the plugins to be configured separately. They default to the same value
as COLLECTD_CEILOMETER_VERBOSE. Included information on the
verbosity options in usage.rst.