Feature #1113
openSend logs to SYSLOG Server using RFC 5424
0%
Description
It will be very interesting to send logs to a syslog server (UDP 514).
Updated by Ezra Buehler almost 11 years ago
What is the status on this? I would love to be able to set "syslog" as logging destination in wthttpd's config or wt_config.xml.
Updated by Aaron Wright over 5 years ago
I was looking for this today too. Though I would more interested in Wt using the syslog() function, and the actual destinations being handled by rsyslogd or some other external syslog daemon.
Updated by Roel Standaert over 5 years ago
I think (and I've got this in the back of my mind that we should do that sometime) that the logging system should be pluggable. I think Wt should allow you to say: I want to use some other logger for my application, and let you do that by letting you implement some abstract class or something. So then you can use syslog, or sd_journal_print, Poco or whatever to do your logging.