armon / bloomd

C network daemon for bloom filters
http://armon.github.io/bloomd
Other
1.24k stars 112 forks source link

Syslog facilities #32

Open labynocle opened 9 years ago

labynocle commented 9 years ago

Hi there,

It would be nice if we could configure the syslog facilities (facility, priority and tag) in the bloomd config file and imagine this kind of configuration:

syslog_facility=local0
syslog_tag="myprogram"
syslog_stdout_priority=info
syslog_stderr_priority=err
armon commented 9 years ago

I'll look into this, shouldn't be too hard

labynocle commented 9 years ago

If you need some tests let me know! I got a real good use case :)