Merge "Set lockutils default logging"
This commit is contained in:
@@ -89,5 +89,8 @@ def update_opt_defaults():
|
|||||||
'openstack=WARNING',
|
'openstack=WARNING',
|
||||||
# Policy logging is not necessarily useless, but very verbose
|
# Policy logging is not necessarily useless, but very verbose
|
||||||
'oslo_policy=WARNING',
|
'oslo_policy=WARNING',
|
||||||
|
# Concurrency lock logging is not bad, but exceptionally noisy
|
||||||
|
# and typically not needed in debugging Ironic itself.
|
||||||
|
'oslo_concurrency.lockutils=WARNING',
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
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.
|
Reference in New Issue
Block a user