DO NOT REPLY [Bug 52688] Added ability to have access logs output to standard logging mechanism

2012-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52688 Mark markclaass...@gmail.com changed: What|Removed |Added Attachment #28344|0 |1 is

DO NOT REPLY [Bug 52688] Added ability to have access logs output to standard logging mechanism

2012-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52688 --- Comment #4 from Mark markclaass...@gmail.com 2012-03-28 18:00:32 UTC --- Created attachment 28516 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28516 One error message was added for when a file could not be deleted --

DO NOT REPLY [Bug 52688] Added ability to have access logs output to standard logging mechanism

2012-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52688 --- Comment #5 from Mark markclaass...@gmail.com 2012-03-28 18:01:17 UTC --- Created attachment 28517 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28517 Two new parameters to support configuration of old file deletion --

DO NOT REPLY [Bug 52688] Added ability to have access logs output to standard logging mechanism

2012-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52688 --- Comment #6 from Mark markclaass...@gmail.com 2012-03-28 18:01:27 UTC --- What I really want to be able to do is delete older access log files. I was thinking that using a standard logger in the AccessLogValve was the way to do that.

DO NOT REPLY [Bug 52688] Added ability to have access logs output to standard logging mechanism

2012-02-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52688 --- Comment #1 from Mark markclaass...@gmail.com 2012-02-16 21:41:17 UTC --- Created attachment 28345 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28345 Diff of ExtendedAccessLogValve -- Configure bugmail:

DO NOT REPLY [Bug 52688] Added ability to have access logs output to standard logging mechanism

2012-02-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52688 Mark markclaass...@gmail.com changed: What|Removed |Added Attachment #28344|0 |1 is

DO NOT REPLY [Bug 52688] Added ability to have access logs output to standard logging mechanism

2012-02-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52688 --- Comment #2 from Konstantin Kolinko knst.koli...@gmail.com 2012-02-17 00:16:04 UTC --- You can always create your own class that inherits from AccessLogValve() and overrides - open() - close() - log(String) I think it could be possible