ironic/releasenotes/notes/logging-keystoneauth-9db7e56c54c2473d.yaml
Dmitry Tantsur cae3564ca0 Reduce amount of unhelpful debug logging in the API service
* Ignore DEBUG logging from keystone{auth,middleware}
* Log eventlet.wsgi events with a proper (default) logger name,
  so that DEBUG messages are also ignored
* Enable INFO logging for eventlet.wsgi.server, so that we still see summary
  of every request

Change-Id: I954a2b37bcedefb2c2b653b8ba26a030ffd7c5b7
2016-04-07 12:10:07 +02:00

7 lines
201 B
YAML

---
other:
- Do not show DEBUG logging from keystoneauth and keystonemiddleware
by default.
- Log eventlet.wsgi.server events with a proper logger name and ignore DEBUG
logging by default.