python-ironicclient/releasenotes/notes/logging-9c452e4869d80de9.yaml
Dmitry Tantsur bc753e22b4 Fix logging in the baremetal CLI
* Ask openstacksdk to log to stderr instead of stdout, otherwise its
  warnings break parsing the output.
* Respect the --verbose flag (same as --debug but without tracebacks).
* Do not propagate log records that are handled by either openstacksdk's
  or ours logging code.

Change-Id: Ia191ab32f0d4f8f50cb266332d4f4bc96619cb58
2022-05-23 16:51:18 +02:00

10 lines
243 B
YAML

---
fixes:
- |
OpenStackSDK log messages are no longer sent to stdout and no longer break
parsing the output.
- |
The logging configuration now respects the ``--verbose`` flag.
- |
Some warnings are no longer duplicated.