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

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

Parents
  • 0
    Certified Associate Developer

    Hi  ,

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

Reply
  • 0
    Certified Associate Developer

    Hi  ,

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

Children