cpython: 91bafdf7d7a4 (original) (raw)
Mercurial > cpython
changeset 75980:91bafdf7d7a4
Merge #14416: add missing LOG_SYSLOG facility to syslog docs. [#14416]
R David Murray rdmurray@bitdance.com | |
---|---|
date | Thu, 29 Mar 2012 06:49:29 -0400 |
parents | 9304172ee5eb(current diff)04c19ac9734a(diff) |
children | dc8e61044055 |
files | |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-)[+] [-] Doc/library/syslog.rst 3 |
line wrap: on
line diff
--- a/Doc/library/syslog.rst
+++ b/Doc/library/syslog.rst
@@ -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
,
Log options:
:const:LOG_PID
, :const:LOG_CONS
, :const:LOG_NDELAY
, :const:LOG_NOWAIT