Great! I'll remove the API and the check for the TopLink defaults
(Tom, are you sure, you don't need this option?).
thanks,
-marina
Wonseok Kim wrote:
> Marina,
>
> On 10/13/06, *Marina Vatkina* <Marina.Vatkina_at_sun.com
> <mailto:Marina.Vatkina_at_sun.com>> wrote:
>
>
> Tom, about the new useParentLevel() - will it be OFF or INFO by default,
> if you don't specify the level in SE? Can you check?
>
>
> For DefaultSessionLog it's already setting level as INFO by default like
> below.
>
> public DefaultSessionLog() {
> super();
> this.level = INFO;
> }
>
> For JavaLog, it will follow the JRE environment or user-specified
> logging.properties. JRE default is INFO.
>
> - Wonseok
>