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.