639404266f
This is to allow consuming projects to avoid direct access to debug configuration option that is defined by the library. This is in line with general oslo guidelines about accessing oslo options from inside consuming projects' code. Change-Id: Ic1ae2d3f0e198ac367c1ad785f3d8dc13335282f
6 lines
161 B
YAML
6 lines
161 B
YAML
---
|
|
features:
|
|
- |
|
|
A new ``oslo_log.log.is_debug_enabled`` helper function is added that
|
|
allows to determine whether debug mode is enabled for logging.
|