Hi! In our server sometimes we'd like to change the verbosity of the log in runtime... It is not possible for us to restart the server on most cases.
I extend this to all the configuration. The log level reset is just one part. We would like to add reconfiguration capabilities to Fortress. AFAIK, there's no way to change the log level or reconfigure the container/components (at least in Fortress) at runtime... so, that's why we were thinking in these changes. I know it should be tested a lot... but I think reconfiguration is something really good to add to the container in order to support servers that could have 99.9% or more uptime. And regarding your last comment, the change will be in response of a sysadmin request, not an event within the application. Please, tell me everything I'm looking for is already done and it's simply that I didn't searched enough ;-) Cheers Jorge -----Original Message----- From: hammett [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 4:08 PM To: Excalibur Developers List Subject: Re: Avalon-Excalibur Logger Hi there! I think you should step back and try to understand why you need something like that at first hand. It sounds like a very specific solution to a very specific problem. Can you share with us why this is a requirement? I imagine that even for direct users of, say, Log4j, changing the level in respose to something is a rarely used approach. -- Cheers, hammett http://www.digitalcraftsmen.com.br/~hammett ----- Original Message ----- From: "Jorge CAMPOS" <[EMAIL PROTECTED]> >I see. > > As of now I've changed the implementations of Logger within framework (I > saw > some more in the containerkit module, I will change those too). > > Now I need to propagate the new level to the childLoggers. And if we stick > to the Logger approach, this responsibility will belong to Logger. Another > posibility could be changing the AbstractLogEnabled and LogEnabled to add > a > changeLogLevel method. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
