Found this in the catalina.out
2019-12-12 09:51:00,173 DEBUG CAPMQueryExecuter,quartzScheduler_Worker-1:235 - Processing default type query...
Release : 6.2
Component : IM Reporting / Admin / Configuration
If the issue is the tomcat logs listed below. Then check the logs to see if there are DEBUG statements. If you see these statements in the logs then debugging is on and you need to turn it off.
Linux
<CABI_tomcat>/apache-tomcat/logs/catlina.out
Windows
<CABI_tomcat>/apache-tomcat/logs/tomcate.log
To tun off logging:
Edit the <CABI_tomcat>/webapps/CustomParams/WEB-INF/classes/log4j.properties file and comment out any lines that have the words debug or DEGUG in them.