Live data from Hacker News

Nginx 1.7.1 adds syslog support

nginx.org

1–10 of 45 posts

Re: Nginx 1.7.1 adds syslog support

#7
post #4

Why is logging to syslog as opposed to a separate file an important use case? Genuinely curious.

It's useful if you want to log to a centralized logging server. This helps to have all your logs in one place and also keeps the logs safe, if someone breaks into your server.

Re: Nginx 1.7.1 adds syslog support

#8
post #4

Why is logging to syslog as opposed to a separate file an important use case? Genuinely curious.

The simplest answer I could think of is getting remote syslogging for free. This also makes it easier to process nginx logs in realtime without named pipe trickery. I'm pretty excited to clean up some log ingestion code.

Re: Nginx 1.7.1 adds syslog support

#9

Especially considering that it's been available as a community patch since 0.8 days. http://wiki.nginx.org/3rdPartyModules#Third_party_patches

True, it's been available, but having it in the core means that it will get into Linux distros, i.e. people don't have to compile.
Post reply on HN