Skip to main content
raymondk8700
March 26, 2025
Question

How to remove [INFO] Setting Entity Expansion Limit to 100 from tomcat logs

  • March 26, 2025
  • 4 replies
  • 0 views

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?

    4 replies

    varuntejg243705
    March 26, 2025

    Hi [mention:0905b6f0a5d74dff9666f4a3fb1749d0:e9ed411860ed4f2ba0265705b8793d05] ,

    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!!!!!

    raymondk8700
    March 26, 2025

    That did not work.  Same messages in tomcat-stdOut.log

    stefanhelzle0001
    March 26, 2025

    It might be a silly question, but does this create any issues?