Skip to content

Commit 9a80cd0

Browse files
committed
Fixed issue with logger
1 parent a86fb04 commit 9a80cd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

commons-app/src/main/resources/META-INF/persistence.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
<property name="eclipselink.logging.level" value="INFO"/>
4141
<property name="eclipselink.logging.parameters" value="true"/>
4242

43-
<!-- logger for eclipse link -->
44-
<property name="eclipselink.logging.logger" value="org.eclipse.persistence.logging.Slf4jSessionLogger"/>
43+
<!-- logger for eclipse link <property name="eclipselink.logging.logger" value="org.eclipse.persistence.logging.Slf4jSessionLogger"/> -->
4544
<!-- Aditional performance monitor. -->
4645
<property name="eclipselink.session.customizer" value="cz.cuni.mff.xrg.odcs.commons.app.PerformanceSessionCustomizer"/>
4746

0 commit comments

Comments
 (0)