]> granicus.if.org Git - python/commitdiff
#14416: add missing LOG_SYSLOG facility to syslog docs.
authorR David Murray <rdmurray@bitdance.com>
Thu, 29 Mar 2012 10:47:59 +0000 (06:47 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 29 Mar 2012 10:47:59 +0000 (06:47 -0400)
Doc/library/syslog.rst

index 21eee1eb5ef3dc35305cdbe47329b318775a541a..780ca59ee6e8ea8ce632c5d75e9848352e1e4061 100644 (file)
@@ -73,7 +73,8 @@ Priority levels (high to low):
 Facilities:
    :const:`LOG_KERN`, :const:`LOG_USER`, :const:`LOG_MAIL`, :const:`LOG_DAEMON`,
    :const:`LOG_AUTH`, :const:`LOG_LPR`, :const:`LOG_NEWS`, :const:`LOG_UUCP`,
-   :const:`LOG_CRON` and :const:`LOG_LOCAL0` to :const:`LOG_LOCAL7`.
+   :const:`LOG_CRON`, :const:`LOG_SYSLOG` and :const:`LOG_LOCAL0` to
+   :const:`LOG_LOCAL7`.
 
 Log options:
    :const:`LOG_PID`, :const:`LOG_CONS`, :const:`LOG_NDELAY`, :const:`LOG_NOWAIT`