]> 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:35 +0000 (06:47 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 29 Mar 2012 10:47:35 +0000 (06:47 -0400)
Doc/library/syslog.rst

index 795d66d99fd7e9973f90404f1112cb428a9872c8..645c326678f35afb34f37512601a7b8f218b865e 100644 (file)
@@ -78,7 +78,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`