RE: Changing loglevel at runtime (systemwide)

2007-01-26 Thread Detering Dirk
> Manipulating the repository threshold might accomplish what > you are trying to do. Every event is evaluated relative to > the repository threshold before being evaluated against > logger and appender thresholds. If you set the repository > threshold to "info" but set the loggers and append

Re: Changing loglevel at runtime (systemwide)

2007-01-25 Thread Curt Arnold
Manipulating the repository threshold might accomplish what you are trying to do. Every event is evaluated relative to the repository threshold before being evaluated against logger and appender thresholds. If you set the repository threshold to "info" but set the loggers and appenders to

Re: Changing loglevel at runtime (systemwide)

2007-01-25 Thread James Stauffer
Would it work to have two output files(or sets of files) -- one at normal level and one at debug level? Then if you don't need the debug output just delete the debug logs. On 1/25/07, Detering Dirk <[EMAIL PROTECTED]> wrote: Hello all, I subscribed to this list to get some help regarding a pro

Changing loglevel at runtime (systemwide)

2007-01-25 Thread Detering Dirk
Hello all, I subscribed to this list to get some help regarding a problem with conditional level switching we encountered in our development team. Let me first explain what we do and why. Background: Application: A code generator, doing two steps: Model validation and code generation for ea