812aa726ef
Previously, if HorzionDebug of Debug was true, horizon::django_debug was set to True. However, those parameters didn't change the logger level of horizon components. By this change, when HorizonDebug or Debug is True, horizon::log_level is set to 'DEBUG'. Change-Id: I0a140682c552ba8a4e943124330852259e66142d
9 lines
282 B
YAML
9 lines
282 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Previously, HorizonDebug and Debug parameters change the value of
|
|
horizon::django_debug. However, those parameters didn't set DEBUG
|
|
log level to horizon logger components.
|
|
By this change, if those are true, horizon::log_level is set to
|
|
'DEBUG'.
|