Craig R. McClanahan at [EMAIL PROTECTED] wrote: > > - However, Pier's proposed approach doesn't deal with a need that I've > experienced regularly -- the need to turn on debugging messages > dynamically on an existing component, *without* recompiling it. This > is NOT simply aesthetics; either you can or you cannot change the level > of debugging output at runtime. You didn't get it Craig... I'm simply proposing to use the if (DEBUG) approach _instead_ of commenting out logs in the source file... Go and look at HttpConnector.java... There are TONS of // (comments) that could be replaced with an if (DEBUG). If you remove the comments, you too have to recompile the sources... Pier
- [TC4.0] Disabling debug output... Pier P. Fumagalli
- RE: [TC4.0] Disabling debug output... Rob S.
- Re: [TC4.0] Disabling debug output... Pier P. Fumagalli
- Re: [TC4.0] Disabling debug output... Justin Erenkrantz
- Re: [TC4.0] Disabling debug output... Craig R. McClanahan
- Re: [TC4.0] Disabling debug output... Pier P. Fumagalli
- Re: [TC4.0] Disabling debug output... Mark Abbott
- Re: [TC4.0] Disabling debug output... Craig R. McClanahan
- Re: [TC4.0] Disabling debug outp... Pier P. Fumagalli
- Re: [TC4.0] Disabling debug ... Jonathan Reichhold
- Re: [TC4.0] Disabling de... Craig R. McClanahan
- Re: [TC4.0] Disabling de... Jonathan Reichhold
- Re: [TC4.0] Disabling de... Craig R. McClanahan
- Re: [TC4.0] Disabling de... Incze Lajos
- Re: [TC4.0] Disabling debug outp... Louis Tribble
- RE: [TC4.0] Disabling debug output... Jin Yu