atom feed10 messages in ru.sysoev.nginxRe: logging into script
FromSent OnAttachments
Dennis J.Jan 13, 2010 9:12 pm 
任晓磊Jan 13, 2010 9:13 pm 
Peter LeonovJan 13, 2010 10:02 pm 
Juergen GotteswinterJan 14, 2010 12:10 am 
Kruglov EugenieJan 14, 2010 12:36 am 
Dennis J.Jan 14, 2010 4:51 am 
Igor SysoevJan 14, 2010 5:51 am 
Dennis J.Jan 14, 2010 6:48 am 
Maxim DouninJan 14, 2010 7:03 am 
Valery KholodkovJan 14, 2010 9:01 am 
Subject:Re: logging into script
From:Kruglov Eugenie (ekru@gmail.com)
Date:Jan 14, 2010 12:36:10 am
List:ru.sysoev.nginx

Not for highload.

On Thu, Jan 14, 2010 at 11:12 AM, Juergen Gotteswinter <jg@internetx.de>wrote:

or create a fifo file and let nginx write his logs in the fifo. works fine for me.

Greetings

Peter Leonov wrote:

This thread might be of help: http://nginx.org/pipermail/nginx/2009-June/013042.html

Ny the way "tail -F" is the only recommended way to do the near real-time log parsing with nginx.

On 14.01.2010, at 8:12, Dennis J. wrote:

Hi,

Is there a nginx equivalent to apaches CustomLog directive with the "|" prefix so it logs into stdin of another program/script? I need to do real-time processing of the access log data and I'm wondering how I can accomplish this once I switch to nginx.

Regards, Dennis