syslog logging: support setting facility in config

This commit is contained in:
Ximalas
2019-02-01 21:44:51 +01:00
committed by Christian Schwarz
parent 0230c6321f
commit fc311a9fd6
5 changed files with 75 additions and 2 deletions
+2
View File
@@ -147,6 +147,8 @@ Can only be specified once.
- minimum :ref:`log level <logging-levels>`
* - ``format``
- output :ref:`format <logging-formats>`
* - ``facility``
- Which syslog facility to use (default = ``local0``)
* - ``retry_interval``
- Interval between reconnection attempts to syslog (default = 0)