mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Merge #14416: add missing LOG_SYSLOG facility to syslog docs.
This commit is contained in:
commit
8c696321eb
1 changed files with 2 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue