Open BorjaEst opened 1 year ago
This is caused by the publish_errors
option set to true
. This option makes oslo_log to use a special handler to publish errors, and the handler is coming from oslo_messaging
here https://github.com/openstack/oslo.log/blob/b5b8c30b0d925aa3d31b58932c94586631827b62/oslo_log/log.py#L429
To be honest I think this should be fixed upstream, not by us, either by setting oslo_messaging a required or an optional dependency.
Some options from: configurations are not working. For example:
Config file:
Error message:
Additional info
Maybe missing
oslo_messaging
from requirements atdeepaas
?