persistence@glassfish.java.net

Re: Misleading log output of entity-persistence-tests

From: Wonseok Kim <guruwons_at_gmail.com>
Date: Thu, 23 Nov 2006 13:14:36 +0900

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.