oslo.log/releasenotes/notes/reload_log_config-743817192b1172b6.yaml
Alexis Lee 8fde280b86 Reload log_config_append config on SIGHUP
On SIGHUP the mutate_hook will be called. Call fileConfig to
reconfigure logging if log-config-append changes or the timestamp of
the file it points to changes.

Implements: bp mutable-logging
Change-Id: I8ca8e6b4e9218f3a2edaf9ecf53653d829bc0c12
2016-07-06 17:46:46 +01:00

6 lines
244 B
YAML

---
features:
- The log_config_append configuration option is now mutable and the logging
settings it controls are reconfigured when the configuration file is reread.
This can be used to, for example, change logger or handler levels.