bc753e22b4
* 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
10 lines
243 B
YAML
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.
|