Eclipselink 2.6.9 - Select statements in Logs [message #1856625] |
Mon, 19 December 2022 07:32  |
Sven Moschel Messages: 4 Registered: July 2015 |
Junior Member |
|
|
We have an issue with some of our Select Statements and Eclipselink write logs about it to the server log. Having the logs is ok but we don“t want to see the Select Statements there.
Example:
--ReadAllQuery(referenceClass=Person sql="SELECT ...."
The generated log entry is in Log Level "Warning " and describes an issue that an attribute is not included in a fetch group.
Is there any way to tell Eclipselink NOT to add the statements to the Log? I already tried "DefaultLogger" with log level "INFO"
<property name="eclipselink.logging.logger" value="DefaultLogger"/>
<property name="eclipselink.logging.level" value="INFO"/>
In addition "ServerLogger" (Weblogic) was also not working with Log Level "Info".
[Updated on: Mon, 19 December 2022 08:59] Report message to a moderator
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02440 seconds