oslo.log/releasenotes/notes/log_color-531437cab4477bcb.yaml
Takashi Kajinami cdda78eab0 Add option to disable color
Introduce an option to disable color keys which are set according to
log levels, so that the log sent to stdout/stderr is more machine
readable.

Closes-Bug: #2038917
Change-Id: I7966d4f4977b267f620946de4a5509f53b043652
2024-03-31 03:22:31 +09:00

6 lines
135 B
YAML

---
features:
- |
The new ``log_color`` option has been added. When this option is set to
``False``, color keys are not set.