Previous Topic

Book Contents

Book Index

Next Topic

Setting Logging Levels for WAFFLE

To set logging level of WAFFLE:

  1. Create a logback configuration XML file and define the WAFFLE logging levels.

    Example: Setting the levels to ERROR

    Help Image

  2. Set the path of the file to 'logback.configurationFile' java property of the tomcat executing java.

    Example: Modify the catalina.bat file on Windows

    set JAVA_OPTS=%JAVA_OPTS% -Dlogback.configurationFile=C:/tomcat/logback.xml

  3. Restart Tomcat.

Note: The current version of WAFFLE uses LOGBack logging framework. See also the Logback website.

See Also

WAFFLE on Tomcat

SSO Configuration of Valuemation with WAFFLE servlet filter