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

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

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

Patrick Linskey resolved OPENJPA-158.
-------------------------------------

    Resolution: Fixed

> 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.