Updated docstring for SysLogHandler (#1720726).

This commit is contained in:
Vinay Sajip 2007-05-25 07:27:30 +00:00
parent 425c614b6e
commit 8c6ec81ac8
1 changed files with 2 additions and 1 deletions

View File

@ -578,7 +578,8 @@ class SysLogHandler(logging.Handler):
""" """
Initialize a handler. Initialize a handler.
If address is specified as a string, UNIX socket is used. If address is specified as a string, a UNIX socket is used. To log to a
local syslogd, "SysLogHandler(address="/dev/log")" can be used.
If facility is not specified, LOG_USER is used. If facility is not specified, LOG_USER is used.
""" """
logging.Handler.__init__(self) logging.Handler.__init__(self)