How to change log level on CCA Server?
CA Configuration Automation - All versions
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.