Re: error_log hook

2010-02-19 Thread mcqueenorama
I have used notes to get useful access logging too. Its a good technique. Sent via BlackBerry by AT&T -Original Message- From: David Sklar Date: Fri, 19 Feb 2010 12:10:20 To: Subject: Re: error_log hook True, but that's just access log, not error log. I need the a

Re: error_log hook

2010-02-19 Thread David Sklar
gt; ReplyTo: modules-dev@httpd.apache.org > Subject: error_log hook > Sent: Feb 19, 2010 7:42 AM > > I am attempting to write a module that uses the error_log hook to > augment error log messages with some custom information (some items > from r->headers_in, mostly). > > Splatt

Re: error_log hook

2010-02-19 Thread mcqueenorama
Are you aware of the custom log formats and how you can add headers to the log lines and put the in an arbitrary file? --Original Message-- From: David Sklar To: modules-dev@httpd.apache.org ReplyTo: modules-dev@httpd.apache.org Subject: error_log hook Sent: Feb 19, 2010 7:42 AM I am

error_log hook

2010-02-19 Thread David Sklar
I am attempting to write a module that uses the error_log hook to augment error log messages with some custom information (some items from r->headers_in, mostly). Splatting *additional* information to the already-configured ErrorLog is not too difficult by attaching a function to the h