Changing the log level of AppManage.

Changing the log level of AppManage.

book

Article ID: KB0085362

calendar_today

Updated On:

Products Versions
TIBCO Runtime Agent (TRA) -
Not Applicable -

Description

Resolution:
Description:
==========
Changing the log level of AppManage.

Environment:
==========
TIBCO Runtime Agent (TRA) 5.6.x, 5.7.x


Resolution:
=========

1). Create a text file AppLog.properties in folder $TIBCO_HOME/tra/5.X/bin/, edit and insert the following:
<--------
#log file name and location, by default, $TIBCO_HOME/tra/domain/domainname/logs/ApplicationManagement.log
#LogFile=C:/tibco/tra/domain/frankEMS/logs/ApplicationManagement.log

#supported log level are debugRole,warnRole,errorRole,infoRole
LogEnabledRoles=[warnRole,errorRole,debugRole]

#LogGenerations=5
#LogGenerationSize=1024
----->
2). add below line to AppManage.tra
   java.property.LOG_PROPERTIES_FILE_NAME=C:/tibco/tra/5.7/bin/AppLog.properties

3). re-run AppManage

Issue/Introduction

Changing the log level of AppManage.