07c3c287f7
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
5 lines
139 B
YAML
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".
|