Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 07cf1d8

Browse files
committed
#14416: add missing LOG_SYSLOG facility to syslog docs.
1 parent d864407 commit 07cf1d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/syslog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ Priority levels (high to low):
7878
Facilities:
7979
:const:`LOG_KERN`, :const:`LOG_USER`, :const:`LOG_MAIL`, :const:`LOG_DAEMON`,
8080
:const:`LOG_AUTH`, :const:`LOG_LPR`, :const:`LOG_NEWS`, :const:`LOG_UUCP`,
81-
:const:`LOG_CRON` and :const:`LOG_LOCAL0` to :const:`LOG_LOCAL7`.
81+
:const:`LOG_CRON`, :const:`LOG_SYSLOG` and :const:`LOG_LOCAL0` to
82+
:const:`LOG_LOCAL7`.
8283

8384
Log options:
8485
:const:`LOG_PID`, :const:`LOG_CONS`, :const:`LOG_NDELAY`, :const:`LOG_NOWAIT`

0 commit comments

Comments
 (0)