How to stop the JBoss EAP 6 from logging the EJB loading or binding messages for each bean?
Issue
- How to stop the JBoss EAP 6 from logging the following EJB loading/binding messages for each bean? (
JNDI bindings for session bean named…messages)
11:44:26,506 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings for session bean named ExampleBean in deployment unit subdeployment "TestEJB.jar" of deployment "Test.ear" are as follows:
java:global/Test/TestEJB/ExampleBean!com.redhat.ExampleBeanLocal
java:app/TestEJB/ExampleBean!com.redhat.ExampleBeanLocal
java:module/ExampleBean!com.redhat.ExampleBeanLocal
java:global/Test/TestEJB/ExampleBean!com.redhat.ExampleBean
java:app/TestEJB/ExampleBean!com.redhat.ExampleBean
java:module/ExampleBean!com.redhat.ExampleBean
java:jboss/exported/Test/TestEJB/ExampleBean!com.redhat.ExampleBean
11:44:26,507 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor]
...
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
