How to change logging level dynamically without restarting BE engines.

How to change logging level dynamically without restarting BE engines.

book

Article ID: KB0093663

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Description:
How to change logging level dynamically without restarting BE engines.

Issue/Introduction

How to change logging level dynamically without restarting BE engines.

Resolution

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).


Additional Information

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.


Attachments

How to change logging level dynamically without restarting BE engines. get_app