Is there a way to restrict the TRACE level logging to fixed intervals in JBoss EAP 6?
Issue
- Added the below configuration in domain.xml
<logger category="org.jboss.jca.core.connectionmanager.pool.strategy.OnePool">
<level name="TRACE"/>
</logger>
It is resulting in logs being generated every second on an average. Is there any method to restrict it to every 30 seconds?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.