rhettg / Tron

Next generation batch process scheduling and management
Other
11 stars 0 forks source link

support logging to syslog #79

Open Roguelazer opened 12 years ago

Roguelazer commented 12 years ago

It would be nice if Tron could log to syslog instead of a local file. It should allow setting either a unix domain socket or a host/port pair. Easy enough to do with logging.handlers.SysLogHandler.