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.
Nginx 1.7.1 adds syslog support
11–20 of 45 posts
Distros have been patching things like this for a long time.
Re: Nginx 1.7.1 adds syslog support
#12Any systemd experts know if there would there be any benefit to supporting journald directly, rather than through the syslog API, on Linux hosts?
Re: Nginx 1.7.1 adds syslog support
#13Why is logging to syslog as opposed to a separate file an important use case? Genuinely curious.
syslog -> logstash -> elasticsearch -> kibana
Re: Nginx 1.7.1 adds syslog support
#14Especially 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.
Yes, I'm saying it's really about time they added it to the core, especially because it's been available as a patch for a long time.
I get that they need to differentiate their paid version, I just wish it was in areas where the community hadn't already provided something that works.
Re: Nginx 1.7.1 adds syslog support
#15How much buffering does it do, if any? If not sufficient, it can result in either reduced performance or dropped log messages..
Re: Nginx 1.7.1 adds syslog support
#16What does Nginx do if the log message is longer than the 1KB limit imposed by the syslog protocol?
Re: Nginx 1.7.1 adds syslog support
#17It was about time, although I won't make any use of this feature.
ps. I always found metalog so much better than syslog.
Re: Nginx 1.7.1 adds syslog support
#18This is very useful when you need to consolidate error_log from hundreds of Nginx servers.
Re: Nginx 1.7.1 adds syslog support
#19Why is logging to syslog as opposed to a separate file an important use case? Genuinely curious.
I think one reason people wanted it was to reduce/eliminate disk IO.