You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Dain Sundstrom (JIRA)" <ji...@apache.org> on 2007/02/22 18:29:05 UTC

[jira] Commented: (OPENJPA-158) OpenJPA logs overly-verbose at INFO level

    [ https://issues.apache.org/jira/browse/OPENJPA-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475095 ] 

Dain Sundstrom commented on OPENJPA-158:
----------------------------------------

+1 

With this change I will be able to lower the log level in OpenEJB to INFO.  Currently it is set to WARN due to the extreme number of messages you get from even a small JPA application.

> OpenJPA logs overly-verbose at INFO level
> -----------------------------------------
>
>                 Key: OPENJPA-158
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-158
>             Project: OpenJPA
>          Issue Type: Improvement
>            Reporter: Patrick Linskey
>
> OpenJPA currently outputs rather a lot of INFO-level messages, especially when using runtime enhancement. It would be nice to quiet things down a bit.
> In particular, the following statements from a 'mvn package' run seem TRACE-worthy:
> 0  test  INFO   [main] openjpa.MetaData - Found 2 classes with metadata in 0 milliseconds.
> 0  test  INFO   [main] openjpa.MetaData - Parsing class "org.apache.openjpa.persistence.query.ManyOneEntity".
> 0  test  INFO   [main] openjpa.MetaData - Parsing package "org.apache.openjpa.persistence.query.ManyOneEntity".
> 10  test  INFO   [main] openjpa.MetaData - Parsing class "org.apache.openjpa.persistence.query.ManyOneEntitySub".
> 10  test  INFO   [main] openjpa.jdbc.Schema - Reading table information for schema name "null", table name "ManyOneEntity".
> 10  test  INFO   [main] openjpa.jdbc.Schema - Reading table information for schema name "null", table name "OPENJPA_SEQUENCE_TABLE".
> 10  test  INFO   [main] openjpa.jdbc.Schema - Reading sequence information for schema "null", sequence name "null".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.