How to change log level on CCA Server?
search cancel

How to change log level on CCA Server?

book

Article ID: 41325

calendar_today

Updated On:

Products

CENDURA CA Configuration Automation

Issue/Introduction

How to change log level on CCA Server?

Environment

 CA Configuration Automation - All versions

Resolution

Log level of CCA Server can be configured in log4j.xml. Default path is

Windows)

C:\Program Files\CA\CCA Server\tomcat\webapps\ROOT\WEB-INF\log4j.xml

Linux/Solaris)

/opt/CA/CCAServer/tomcat/webapps/ROOT/WEB-INF/log4j.xml


Default log level is ERROR. You can update log4j.xml if you want to get

ERROR and WARNING logs)

log4j.rootCategory=WARN, LOGFILE

ERROR, WARNING and INFO logs)

log4j.rootCategory=INFO, LOGFILE

 

After that, you need to restart CCA Server. And then, <CCA Server Installation directory>\logs\cca.log will have configured logs.