7 messages in ru.sysoev.nginxRe: Conditional logging
FromSent OnAttachments
Paul DlugJul 19, 2007 10:19 am 
Kiril AngovJul 19, 2007 10:59 am 
Paul DlugJul 19, 2007 11:41 am 
Ezra ZygmuntowiczJul 19, 2007 11:46 am 
Paul DlugJul 19, 2007 12:37 pm 
Igor SysoevJul 19, 2007 12:52 pm 
Igor SysoevJul 19, 2007 12:54 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Conditional loggingActions...
From:Paul Dlug (paul@public.gmane.org)
Date:Jul 19, 2007 11:41:29 am
List:ru.sysoev.nginx

On 7/19/07, Kiril Angov <kupo@public.gmane.org>
wrote:

location ~* ^.+\.(jpg|jpeg|gif)$ { root /spool/www; *access_log off;* expires 30d; }

I guess with this I could have it test a specific URL and exclude that. I still have other reasons for needed conditional logging though, specifically for the UserID module, I want to create a log file that only stores results that have the $userid_got variable set.

--Paul