Moving the discussion back over to this thread (cleaner archives and all that).

On Aug 5, 2007, at 2:39 PM, Karan Malhi wrote:
Also, if you can review the Logger Categories, that would be nice.
Some categories do not start with OpenEJB, and I was not sure about
the reason behind it.

One more thing i realized after refactoring this stuff is how easy it
is now to configure log4j. We just have to look into the LogCategory
interface and then make sure that the default.logging.conf is not
missing any Logger Category (which it is right now, but can now be
easily fixed). No need to search through code any more . :)

Exactly, I was just going to bring that up. I didn't even know we had so many logging categories not prefixed with "OpenEJB". If we did that and updated the logging config, we might even be able to setup the root "OpenEJB" category as additivity=false as it is now we could actually turn additivity back on on all the subcategories.

What do you think?

-David


Reply via email to