Logging - User Data Repository

You can configure the amount of logging information that the User Data Repository writes to its log files.

  1. Open <tomcat_home>\webapps\webapi\WEB-INF\classes\META-INF\persistence.xml in a text editor.

    Make a backup copy of this file before making any changes.


  2. Locate the following line:

    XML
    <property name="eclipselink.logging.level" value="WARNING" />
    


  3. Change the value to one of the following (listed in order from the least amount of log information to the most):

    • OFF

    • SEVERE

    • WARNING

    • INFO

    • CONFIG

    • FINE

    • FINER

    • FINEST

    • ALL

    For example:

    XML
    <property name="eclipselink.logging.level" value="SEVERE" />
    


  4. Save your changes.

  5. Restart Tomcat or the SuperWEB2 service.