Hi,
You mean doing this?
@Configuration
public Properties config() throws Exception {
Properties p = new Properties();
p.put("logging.level.OpenEJB.startup", "FINE");
return p;
}-- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Tomee-jars-tp4672316p4672332.html Sent from the TomEE Users mailing list archive at Nabble.com.
