Centralized logging server...

skip at pobox.com skip at pobox.com
Fri Dec 5 15:24:04 EST 2008


    Sam> I've been playing with the python logging module.  I'd like all of
    Sam> these applications to write their logs to the same place in order
    Sam> to make analysis easier.

    Sam> Any ideas on best practices?

Perhaps use logging.handlers.SysLogHandler?

    Sam> What are my options for a syslog server to receive the messages?
    Sam> Rsyslog looks like it would be good.  Anyone know anything else?

If you're running on a Unix system of any type you should have syslog by
default.  You shouldn't need to install anything.

-- 
Skip Montanaro - skip at pobox.com - http://smontanaro.dyndns.org/



More information about the Python-list mailing list