Code and comments on web development, Django, Python and things (un)related. Logging to syslog in Python I was trying to use the standard Python logging module to write messages to syslog. The logging module has a SysLogHandler class which can log to a local or remote syslog daemon. With no host specified, SysLogHandler uses localhost which is what I wanted. I tried to use SysLogHandler, but it ju