I'd appreciate the option to log to the system logger. I run my deluged on a headless box in a rack that I generally never want to touch, and for that reason I don't much care for home directories for dedicated users. (I've been struggling with getting it to dump it's log in /var/log using the -l option, but that's probably because I'm a n00b and a story for another day.)
Do do so with the shell, one could:
Code: Select all
logger -t deluged -i -- I'm a message!
The -p could also be leveraged to indicate the severity.
Edit: On the other hand, the python logging module could do so as well:
http://docs.python.org/library/logging. ... og-handler My brief google search turned this up when I was looking for "deluged syslog"
