you mean - edit $tomee/config/logging.properties - comment handlers = 1catalina.org.apache.juli.FileHandler, 2localhost.org.apache.juli.FileHandler, 3manager.org.apache.juli.FileHandler, 4host-manager.org.apache.juli.FileHandler, java.util.logging.ConsoleHandler - uncomment handlers = 1catalina.org.apache.juli.FileHandler, 2localhost.org.apache.juli.FileHandler, 3manager.org.apache.juli.FileHandler, 4host-manager.org.apache.juli.FileHandler, 5tomee.org.apache.juli.FileHandler, java.util.logging.ConsoleHandler - uncomment org.apache.geronimo.handlers = 5tomee.org.apache.juli.FileHandler, java.util.logging.ConsoleHandler - uncomment the "TOMEE HANDLER SAMPLE:" whole section - keep the default org.apache.geronimo.level = SEVERE
? it didn't work :-( [] Leo On Tue, Mar 4, 2014 at 11:13 AM, Romain Manni-Bucau <[email protected]>wrote: > Hi > > just configure logs to not print it, IIRC org.apache.geronimo = SEVERE > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > > > 2014-03-04 15:11 GMT+01:00 Leonardo K. Shikida <[email protected]>: > > Hi > > > > I have logs like this > > > > INFO - Removing non-required WorkContextHandler with no context: > > org.apache.geronimo.connector.work.TransactionContextHandler@31aba72e > > INFO - Removing non-required WorkContextHandler with no context: > > org.apache.openejb.core.security.SecurityContextHandler@d5ba1ef > > INFO - Removing non-required WorkContextHandler with no context: > > org.apache.geronimo.connector.work.HintsContextHandler@539bf7d0 > > > > how do I disable this message from logging? > > > > > > [] > > > > Leo >
