[wildfly-dev] how to set EjbLogger.ROOT_LOGGER to DEBUG?
James R. Perkins
jperkins at redhat.com
Mon Aug 11 11:38:29 EDT 2014
You could add a @ServerStartup task which just adds the logger and sets
it to a level of debug. You might need or want to set the
console-handler to debug as well. You can see an example here
https://github.com/wildfly/wildfly/blob/master/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/logging/operations/CustomHandlerTestCase.java#L132.
If you need the detailed operations just let me know and I can probably
throw it together fairly quickly.
On 08/09/2014 06:15 AM, Frank Langelage wrote:
> When running the testsuite, how can I set e.g. EjbLogger.ROOT_LOGGER,
> which is used in TimerTask and TimerServiceImpl, to DEBUG level?
>
> _______________________________________________
> wildfly-dev mailing list
> wildfly-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/wildfly-dev
--
James R. Perkins
JBoss by Red Hat
More information about the wildfly-dev
mailing list