Use eclipselink.logging.parameters
to define if SQL bind parameters are included in exceptions and logs.
Note: This parameter applies to bind parameters only. Parameters are always displayed when not using binding. |
Values
Table 5-57 describes this persistence property's values.
Table 5-57 Valid Values for logging.parameters
Value | Description |
---|---|
|
Display the parameters. |
|
Do not display the parameters. |
Usage
By default, when using logging.level
of FINE
(or greater), SQL bind parameters are displayed. Use this parameter to override the default behavior.
Examples
See Also
For more information, see:
"Configuring WebLogic Server to Expose EclipseLink Logging" in Solutions Guide for EclispeLink
Logging Examples
http://wiki.eclipse.org/EclipseLink/Examples/JPA/Logging