Logging - User Data Repository
You can configure the amount of logging information that the User Data Repository writes to its log files.
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.
Locate the following line:
XML<property name="eclipselink.logging.level" value="WARNING" />
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" />
- Save your changes.
- Restart Tomcat or the SuperWEB2 service.