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 - [EMAIL PROTECTED] - http://smontanaro.dyndns.org/
--
http://mail.python.org/mailman/listinfo/python-list