That was helpful. Thank you!
On May 23, 2013, at 21:31 , Francis Daly wrote:
> On Thu, May 23, 2013 at 08:47:42PM +0200, Jan Teske wrote:
>
> Hi there,
>
>> I want to parse NGINX error logs. However, I did not find any
>> documentation concerning the used log format.
>
> less src/core/ngx_
On Thu, May 23, 2013 at 08:47:42PM +0200, Jan Teske wrote:
Hi there,
> I want to parse NGINX error logs. However, I did not find any
> documentation concerning the used log format.
less src/core/ngx_log.c
should probably show most of what you need. Combine that with
grep -r -A 2 ngx_log_
/nginx-error-log-format-documentation/16711684
Thank you!
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx