Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Description:
How to change logging level dynamically without restarting BE engines.
To change the logging dynamically without restarting engines, do it via JMX. Steps follow.
1). Connect via JMX port and go to com.tibco.be > Methods > Engine > Operations > SetLogLevel .
2). Add value as p1 = * & p2 = debug and click the button SetLogLevel, where p1 stands for module and p2 stands for level.
See attachment. (Filename: dynamicallyEnableLogLevel.png).
Refer to BE Developer Guide > Chapter 29 Agent and Processing Unit Configuration: Understanding and Configuring Log Configurations to find more about module and levels that can be set.