OPENJPA-410. Committing the change to make the "connecting to database" message a Trace message instead of an Info message.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@586588 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kevin W. Sutter 2007-10-19 19:37:44 +00:00
parent be0582a5e9
commit ba6274a19e

View File

@ -533,10 +533,10 @@ public class JDBCConfigurationImpl
// the DB and use the connection metadata
if (dbdictionary == null) {
Log log = getLog(LOG_JDBC);
if (log.isInfoEnabled()) {
if (log.isTraceEnabled()) {
Localizer loc = Localizer.forPackage
(JDBCConfigurationImpl.class);
log.info(loc.get("connecting-for-dictionary"));
log.trace(loc.get("connecting-for-dictionary"));
}
// use the base connection factory rather than the