A bug identified by Andy Dingfelder concerning the handling of dynamically updated logging category information has now been fixed.
Example - running hello produces:
INFO ] (tutorial.hello): logging INFO ] (tutorial.hello): initialization INFO ] (tutorial.hello): execution INFO ] (tutorial.hello): disposal
Example - running hello with a target override that dynamically redefines the channel priority for the hello component from INFO to DEBUG produces the following:
[DEBUG ] (tutorial.hello.lifecycle): instantiating component with a null constructor
[DEBUG ] (tutorial.hello.lifecycle): applying logger
[INFO ] (tutorial.hello): logging
[DEBUG ] (tutorial.hello.lifecycle): applying initialization
[INFO ] (tutorial.hello): initialization
[DEBUG ] (tutorial.hello.lifecycle): applying execution
[INFO ] (tutorial.hello): execution
Cheers, Stephen.
--
|------------------------------------------------| | Magic by Merlin | | Production by Avalon | | | | http://avalon.apache.org/merlin | | http://dpml.net/merlin/distributions/latest | |------------------------------------------------|
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]