Re: NGINX error log format documentation

2013-05-26 Thread Jan Teske
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_

Re: NGINX error log format documentation

2013-05-23 Thread Francis Daly
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

2013-05-23 Thread Jan Teske
/nginx-error-log-format-documentation/16711684 Thank you! ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx