erlyaws / yaws

Yaws webserver
https://erlyaws.github.io
BSD 3-Clause "New" or "Revised" License
1.29k stars 267 forks source link

Log to syslog #375

Open avtobiff opened 5 years ago

avtobiff commented 5 years ago

Is it possible to support logging to syslog without a special logger_mod?

I saw that there is https://github.com/yakaz/yaws-logger , maybe that could be brought in?

vinoski commented 5 years ago

I see that one of the Yaws contributors, @capflam , has committed to the yaws-logger repo previously, so perhaps he'd have a better idea if that work can be contributed to Yaws.

But whatever logging-related work is done, it should be mindful of the problems described in #366.