Marina,
On 10/13/06, Marina Vatkina <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