[
https://issues.apache.org/jira/browse/GERONIMO-3445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525537
]
David Blevins commented on GERONIMO-3445:
-----------------------------------------
Added this patch to branches/2.0 and trunk.
Index: src/main/java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java
===================================================================
--- src/main/java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java
(revision 570242)
+++ src/main/java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java
(working copy)
@@ -104,7 +104,8 @@
}
System.setProperty("duct tape","");
System.setProperty("admin.disabled", "true");
-
+ System.setProperty("openejb.logger.external", "true");
+
setDefaultProperty("openejb.deploymentId.format",
"{moduleId}/{ejbName}");
setDefaultProperty("openejb.jndiname.strategy.class",
"org.apache.openejb.assembler.classic.JndiBuilder$TemplatedStrategy");
setDefaultProperty("openejb.jndiname.format",
"{deploymentId}/{interfaceClass}");
> Verify log levels can be changed for openejb related log categories
> -------------------------------------------------------------------
>
> Key: GERONIMO-3445
> URL: https://issues.apache.org/jira/browse/GERONIMO-3445
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Affects Versions: 2.0
> Reporter: David Blevins
>
> Some users have reported inability to change log levels for log categories
> pertaining to OpenEJB. This needs to be investigated, verified and fixed if
> found to be an issue or better documented if found not to be an issue.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.