Java Reference
In-Depth Information
Property
Description
Default Value
eclipselink.jdbc.write-
connections.max
This specifies the maximum number
of connections allowed in the JDBC
write connection pool. Property
applies when used in Java SE
environment.
10
eclipselink.jdbc.write-
connections.min
This specifies the minimum number
of connections allowed in the JDBC
write connection pool. Property
applies when used in Java SE
environment.
5
eclipselink.logging.
logger
This specifies the type of logger to
use. The following values may be
specified:
DefaultLogger
DefaultLogger
JavaLogger
ServerLogger
class name of custom logger
eclipselink.logging.
level
This specifies the logging level. The
following values may be specified.
The following are some of the values
used:
Level.INFO
OFF: This disables logging. It is
recommended for production.
SEVERE: This logs exceptions
of level severe and terminates
EclipseLink. It includes a stack trace.
WARNING: This logs exceptions
of type warning and does not
terminate EclipseLink. It does not
include a stack trace.
INFO: This logs the info about
login/logout.
eclipselink.logging.
timestamp
This specifies if timestamp is logged
in each log entry.
True
Search WWH ::




Custom Search