dev@glassfish.java.net

Re: GlassFish binary integration logger names

From: Ken Cavanaugh <Ken.Cavanaugh_at_Sun.COM>
Date: Wed, 02 Sep 2009 14:22:33 -0700
Carla Mott wrote:


Hi,

Those of you who have code added to GlassFish via a binary integration please send me the names of the loggers that you are using.  I noticed that there are logger such as 'Grizzly', 'org.jvnet.hk2.osgiadapter', 'org.glassfish.web.osgi' and more.  I'd like to add these logger names to the logging.properties file so that the GlassFish tools (cli and admin gui) can be used to update the log levels.

Please send me a list of logger names that should be added to the logging.properties file in GlassFish so that users can easily update the log levels.


Thanks,
Carla

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@glassfish.dev.java.net
For additional commands, e-mail: dev-help@glassfish.dev.java.net

All of the ORB logger names start with javax.enterprise.resource.corba.ee.S1AS-ORB. 
javax.enterprise.resource.corba is already in logging.properties, and I don't know if you want to
add a finer level of control than that for the ORB, but mostly I think people are happy with just
setting the level for all loggers.

The current ORB loggers under the prefix are:
Ken.