Commit 754a5fb6 authored by Vinay Sajip's avatar Vinay Sajip

Updated docstring for SysLogHandler (#1720726).

parent 38917f56
......@@ -625,7 +625,8 @@ class SysLogHandler(logging.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.
"""
logging.Handler.__init__(self)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment