Hi!
I tried in every way to disable these logs:

org.apache.geronimo.connector.work.WorkerContext run
INFORMATION: Removing non-required WorkContextHandler with no context:
org.apache.openejb.core.securit...

with conf/logging.properties, putting in eclipse tomcat server arguments:
-Djava.util.logging.config.file="C:\WORK\TomEE++
1.7.4\conf\logging.properties"
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager

with Properties at startup setting :
Properties p = new Properties();
p.put(Context.INITIAL_CONTEXT_FACTORY,
"org.apache.openejb.core.LocalInitialContextFactory");
p.put("log4j.category.org.apache.geronimo", "error");
Context context = new InitialContext(p);

It will be a simple thing, but it always comes out, please help



--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/Logging-problem-tp4680748.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to