[nginx] Syslog: added "nohostname" option.

2015-10-29 Thread Vladimir Homutov
details: http://hg.nginx.org/nginx/rev/a6a2016b8e31 branches: changeset: 6286:a6a2016b8e31 user: Vladimir Homutov date: Mon Oct 26 19:06:42 2015 +0300 description: Syslog: added "nohostname" option. The option disables sending hostname in the syslog message header. This is useful w

Re: Syslog Unix socket patch

2015-10-29 Thread SplitIce
In case its relevant we have been running a very similar patch Nils since the introduction of the syslog feature. Since the default and expected format on the /dev/log socket is to write without hostname perhaps unix socket should default to hostname=0 ? On Wed, Oct 28, 2015 at 6:21 AM, Nils Herm

Re: Syslog Unix socket patch

2015-10-29 Thread Vladimir Homutov
On Tue, Oct 27, 2015 at 08:21:46PM +0100, Nils Hermansson wrote: > Created a new patch as disabling hostame as a configuration option. I've commited a simpler patch that was ready some time ago: http://hg.nginx.org/nginx/rev/a6a2016b8e31 thank you for efforts though! ___