Re: [EMAIL PROTECTED] Conditional Error Logging

2008-02-11 Thread Sean Allen
On Feb 11, 2008, at 4:19 PM, Joshua Slive wrote: On Feb 11, 2008 3:54 PM, Sean Allen <[EMAIL PROTECTED]> wrote: On Feb 11, 2008, at 3:52 PM, Joshua Slive wrote: On Feb 11, 2008 3:22 PM, Sean Allen <[EMAIL PROTECTED]> wrote: I want to not log certain errors based on the user agent of the r

Re: [EMAIL PROTECTED] Conditional Error Logging

2008-02-11 Thread Joshua Slive
On Feb 11, 2008 3:54 PM, Sean Allen <[EMAIL PROTECTED]> wrote: > > > On Feb 11, 2008, at 3:52 PM, Joshua Slive wrote: > > > On Feb 11, 2008 3:22 PM, Sean Allen <[EMAIL PROTECTED]> wrote: > >> I want to not log certain errors based on the user agent of the > >> requestor. > >> > >> Is there anyway t

Re: [EMAIL PROTECTED] Conditional Error Logging

2008-02-11 Thread Sean Allen
On Feb 11, 2008, at 3:52 PM, Joshua Slive wrote: On Feb 11, 2008 3:22 PM, Sean Allen <[EMAIL PROTECTED]> wrote: I want to not log certain errors based on the user agent of the requestor. Is there anyway to do that? No. Just post-filter your log to remove what you aren't interested in. Pr

Re: [EMAIL PROTECTED] Conditional Error Logging

2008-02-11 Thread Joshua Slive
On Feb 11, 2008 3:22 PM, Sean Allen <[EMAIL PROTECTED]> wrote: > I want to not log certain errors based on the user agent of the > requestor. > > Is there anyway to do that? No. Just post-filter your log to remove what you aren't interested in. Joshua. ---

[EMAIL PROTECTED] Conditional Error Logging

2008-02-11 Thread Sean Allen
I want to not log certain errors based on the user agent of the requestor. Is there anyway to do that? I know how to do for that for access logs but i cant see a way to do for the error log. anyone got a recipe for this? ---