ironic/releasenotes/notes/lockutils-default-logging-8c38b8c0ac71043f.yaml
Julia Kreger e32d1ac7a2 Set lockutils default logging
While developing some internal metrics collection capability,
and the realization that a lock was needed, we realized that
the lock activity itself would be a bit noisy. And image actions
also get lock logging, and it is just really noisy, but not super
helpful for troubleshooting.

So, set it to WARNING instead.

Discussion wise, see:
https://review.opendev.org/c/openstack/ironic-lib/+/865311

Change-Id: I3ab14ee5b5cc063784d26e3c760f1422c692060d
2023-02-20 10:08:27 -08:00

9 lines
339 B
YAML

---
other:
- |
The default logging level for the ``oslo_concurrencty.lockutils``
module logging has been changed to ``WARNING``. By default, the debug
logging was resulting in lots of noise. Operators wishing to view debug
logging for this module can tuilize the ``[DEFAULT]default_log_levels``
configuration option.