binarymatt / pyres

a resque clone in python
http://github.com/binarydud/pyres
MIT License
955 stars 130 forks source link

better log formatting when using syslog #76

Closed joeshaw closed 13 years ago

joeshaw commented 13 years ago

The default formatting works fine for files and streams, but looks pretty bad in syslog. Use a different formatter when we log to syslog, including the process name and pid but omitting datetime and severity.