Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Logging configuration not working

Here's the properties element of my persistence.xml:

        <properties>
          <property name="eclipselink.target-database" value="DB2"/>
          <property name="eclipselink.target-server" value="SunAS9" />
          <property name="eclipselink.logging.level" value="FINE"/>
          <property name="eclipselink.logging.thread" value="false"/>
          <property name="eclipselink.logging.session" value="false"/>
        </properties>

Yet I continue to see stuff like this:

[#|2009-04-14T13:11:25.089-0400|FINE|sun-appserver9.1|org.eclipse.persistence.session.file:/C:/dev/projects/calendar/ear/calendar/target/calendar/calendar.jar/-calendarDatabase.sql|_ThreadID=19;_ThreadName=httpSSLWorkerThread-8080-1;ClassName=null;MethodName=null;_RequestID=d263c39d-0885-43d5-8a2e-c4587fc82f77;|SELECT
t0.ID, t0.CURRICULAR, t0.ENABLED, t0.TITLE, t0.CAL_YEAR, t0.SEQUENCE,
t0.CALENDAR_ID FROM ....

Any ideas?


Back to the top