Hi Ravi, as explained JUL setup is done on the JVM so if you dont configure it *yourself* on the JVM setting org.apache.juli.ClassLoaderLogManager as java.util.logging.config.class you use JUL default config files (in the JVM itself). See https://docs.oracle.com/javase/7/docs/api/java/util/logging/LogManager.html for more details.
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> | JavaEE Factory <https://javaeefactory-rmannibucau.rhcloud.com> 2016-05-16 17:39 GMT+02:00 ravi sankar <[email protected]>: > > HI > I am using java.util.logging > > By changing the logging.properties in conf folder of tomee I am able to > customize logging format. > > Placing logging.properties in WEB-INF/classes in war also works > > But in embedded mode nothing seems to work. > > Thanks, > Ravi > > > On Monday, 16 May 2016 5:20 PM, Romain Manni-Bucau <[email protected]> > wrote: > > > Hi > Just refer to JVM logging setup which is our default if you dont change > the logging framework. > In embedded mode we dont control the jvm do we dont setup the logmanager > in general. > Le 16 mai 2016 05:55, "ravi sankar" <[email protected]> a > écrit : > > Hi > > How to set the logging level to debug in tomee embedded. Any documentation > link will be helpful. > > Thanks,Ravisankar Challa > > > >
