oslo.log/releasenotes/notes/info-logging-7b7be9fc7a95aebc.yaml
Dmitry Tantsur 07c3c287f7 Fix regression causing the default log level to become WARNING
Change I96229438d3a2271c830bcd926326e7b4a94ccac9 removed the verbose option
in the opposite fashion from what how it was intended when the option was
deprecated. It regressed the default log level back to WARNING.
See change I306535c6ca5dbdaf9398b44697578a3a30e52111 for original reasoning
behind this deprecation. This change fixes the default level as it was
intended.

Change-Id: Ia9cd55004ce05761de733adae00554ff021794a8
2016-05-15 11:20:25 +02:00

5 lines
139 B
YAML

---
fixes:
- When removing the "verbose" option, the default logging level was set to
"WARNING" by mistake. Fixed it back to "INFO".