Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] EclipseLink logging integration in GlassFish 3.1.2.2

I've read http://wiki.eclipse.org/EclipseLink/Examples/JPA/Logging.

I have this in my persistence.xml:

<property name="eclipselink.logging.logger" value="ServerLogger"/>

I am assuming that EclipseLink-as-part-of-GlassFish automatically sets the correct server platform for me, so I do NOT have:

<property name="eclipselink.target-server" value="SunAS9"/>

Nor do I have (any case-sensitive variation on):

<property name="eclipselink.target-server" value="GlassFish"/>

Nor do I have any variation on:

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

...though that is what I WOULD have if I were interested in using the default logger.  Instead, I want to configure EclipseLink's logging (like every other component of GlassFish) through GlassFish's $GLASSFISH_HOME/glassfish/domains/mydomain/config/logging.properties file in the standard java.util.logging fashion.

What are the java.util.logging (since that's what GlassFish uses internally) logger names I should use?

Best,
Laird
 
--
http://about.me/lairdnelson


Back to the top