I have a new install of version 24.2. When I start tomcat, the log file is filled with "[INFO] Setting Entity Expansion Limit to 100". Is there a way to stop this line from getting written to the log?
Discussion posts and replies are publicly visible
Hi raymond_k ,It may due to the Expansion limit it set to FINE in Tomcat Configuration. I would suggest you to follow the below steps:1. Go to directory - C\\ Appian\tomcat\apache-tomcat\conf (you appian installed directory).
2.Open logging.properties file.
3. Change the value from java.util.logging.ConsoleHandler.level = FINE to java.util.logging.ConsoleHandler.level = WARNING.
4. Restart Tomcat Server.Hope this will help you!!!Please let me know if it works!!!!!
That did not work. Same messages in tomcat-stdOut.log
It might be a silly question, but does this create any issues?
It prevents me from seeing actual issues in the log file, since they are buried deep inside the [INFO] entries.