persistence@glassfish.java.net

Re: Misleading log output of entity-persistence-tests

From: Wonseok Kim <guruwons_at_gmail.com>
Date: Thu, 23 Nov 2006 19:12:56 +0900

One more,
Still many FINE level messages are printed out due to "isolated1053" PU in
config/META-INF/persistence.xml.
I think it also should have OFF logging level by default as others. Then, I
can see more clean output.

Please let me know if there is any concern.
Cheers,
-Wonseok

On 11/23/06, Wonseok Kim <guruwons_at_gmail.com> wrote:
>
> Hi All,
>
> I would like to make the logging level of ddl-generation model OFF as I
> commented in the following issue.
> If there is no concern, I will check it in soon.
>
> -Wonseok
>
> https://glassfish.dev.java.net/issues/show_bug.cgi?id=1564
>
> *------- Additional comments from guruwons <guruwons_at_dev.java.net> Thu Nov
> 23 04:01:45 +0000 2006 -------*
>
> Most of logging messages (including warning) comes from ddl-generation model. I
> think the logging level of the model should be OFF by default as other models
> like below.
>
> entity-persistence-tests/config/ddl-generation-testmodel/META-INF/persistence.xml
>
>
> <property name="toplink.logging.level" value="OFF"/>
>
> By the way, I'm curious why the logging output from console and testresult.txt
> are different a little.
>
>
>