Files
oslo.log/releasenotes/notes/windows-eventlog-2beb0a6010e342eb.yaml
Daniel Vincze 74e8e48a95 Add Windows Event Log handler
The Python built-in logging module already provides a Windows Event
Log handler. This change ensures that oslo.log exposes it.

Change-Id: I287260b5046c88c433dfa66064da14faf15610e0
Implements: blueprint windows-event-log
2018-11-05 18:47:03 +02:00

5 lines
146 B
YAML

features:
- |
Added Windows EventLog functionality to oslo.log. Set use_eventlog to true
in the service's configuration file to use it.