Re: mod_dumpio and per-dir loglevel

2022-05-10 Thread Rainer Jung
Am 10.05.2022 um 16:23 schrieb Eric Covener: I was looking at making some tests run more quietly, but mod_dumpio uses ap_log_cerror even though it always has a ap_filter_t when it's doing its real work. While this would still leave some early logging (pre-location walk) w/o the per-dir loglevel

Re: mod_dumpio

2004-12-07 Thread Cliff Woolley
On Tue, 7 Dec 2004, Jim Jagielski wrote: > On Dec 6, 2004, at 5:28 PM, Cliff Woolley wrote: > > On Mon, 6 Dec 2004, William A. Rowe, Jr. wrote: > >> Same location as mod_log_forensic? If you want to move them > >> both into a modules/debug/ location, ++1. > > > > mod_bucketeer would be classified

Re: mod_dumpio

2004-12-07 Thread Matthieu Estrade
I did a module like mod_dumpio, called mod_log_data, working with brigade and bucket, where you can setup number of brigade and bucket to display, len of log line, and also dump outgoing and incoming headers. It has been added in freebsd ports, and in some linux distrib. If you are interested to

Re: mod_dumpio

2004-12-07 Thread Sander Temme
On Dec 7, 2004, at 6:04 AM, Jim Jagielski wrote: On Dec 6, 2004, at 5:28 PM, Cliff Woolley wrote: On Mon, 6 Dec 2004, William A. Rowe, Jr. wrote: Same location as mod_log_forensic? If you want to move them both into a modules/debug/ location, ++1. mod_bucketeer would be classified as a debugging m

Re: mod_dumpio

2004-12-07 Thread Jim Jagielski
On Dec 6, 2004, at 5:28 PM, Cliff Woolley wrote: On Mon, 6 Dec 2004, William A. Rowe, Jr. wrote: Same location as mod_log_forensic? If you want to move them both into a modules/debug/ location, ++1. mod_bucketeer would be classified as a debugging module, also. It's currently under modules/test.

Re: mod_dumpio

2004-12-06 Thread Nick Kew
On Mon, 6 Dec 2004, Jim Jagielski wrote: > > Anyway, I think, finally the dumpio code should be pluggable to mod_filter,= > > =20 > > but that can be done at any time. Indeed, I have that running locally. I never committed it because it contained nasty hacks like a nonportable hardwired /tmp/ pa

Re: mod_dumpio

2004-12-06 Thread Cliff Woolley
On Mon, 6 Dec 2004, William A. Rowe, Jr. wrote: > Same location as mod_log_forensic? If you want to move them > both into a modules/debug/ location, ++1. mod_bucketeer would be classified as a debugging module, also. It's currently under modules/test. --Cliff

Re: mod_dumpio

2004-12-06 Thread André Malo
* Jim Jagielski wrote: > =?iso-8859-1?q?Andr=E9_Malo?= wrote: > > Anyway, I think, finally the dumpio code should be pluggable to > > mod_filter,= =20 > > but that can be done at any time. > > Actually, I don't quite agree. It seems almost a capability best > left to another module, instead of bu

Re: mod_dumpio

2004-12-06 Thread Jim Jagielski
=?iso-8859-1?q?Andr=E9_Malo?= wrote: > > * Jim Jagielski wrote: > > > The feedback I rec'd regarding mod_dumpio was that it looked > > like a useful module and that the "best" fit would be > > in the (new) debug subdir... I'd like to commit the module, > > so please speak up now :) > > mod_bucke

Re: mod_dumpio

2004-12-06 Thread André Malo
* Jim Jagielski wrote: > The feedback I rec'd regarding mod_dumpio was that it looked > like a useful module and that the "best" fit would be > in the (new) debug subdir... I'd like to commit the module, > so please speak up now :) mod_bucketeer would fit also in such a directory, doesn't it? An

Re: mod_dumpio

2004-12-06 Thread William A. Rowe, Jr.
At 08:07 AM 12/6/2004, Jim Jagielski wrote: >The feedback I rec'd regarding mod_dumpio was that it looked >like a useful module and that the "best" fit would be >in the (new) debug subdir... I'd like to commit the module, >so please speak up now :) Same location as mod_log_forensic? If you want t