hibernate煩人的log日誌!

1111111發表於2004-08-27
最近我在學習hibernate,程式執行都正常,但是每操作一步,日誌就出來一大堆(如下),我沒有加System.out.println這樣的語句啊,我在哪個地方可以去掉這些列印出來的訊息啊?

2004-8-27 16:38:33 net.sf.hibernate.cfg.Configuration configure
資訊: configuring from resource: /hibernate.cfg.xml
2004-8-27 16:38:33 net.sf.hibernate.cfg.Configuration getConfigurationInputStream
資訊: Configuration resource: /hibernate.cfg.xml
2004-8-27 16:38:33 net.sf.hibernate.cfg.Configuration addResource
資訊: Mapping resource: sort.hbm.xml
2004-8-27 16:38:33 net.sf.hibernate.cfg.Binder bindRootClass
資訊: Mapping class: com.hibernate.sort -> sort
2004-8-27 16:38:33 net.sf.hibernate.cfg.Configuration addResource
資訊: Mapping resource: nsort.hbm.xml
2004-8-27 16:38:33 net.sf.hibernate.cfg.Binder bindRootClass
資訊: Mapping class: com.hibernate.nsort -> nsort
2004-8-27 16:38:33 net.sf.hibernate.cfg.Configuration doConfigure
資訊: Configured SessionFactory: null
2004-8-27 16:38:33 net.sf.hibernate.cfg.Configuration secondPassCompile
資訊: processing one-to-many association mappings
2004-8-27 16:38:33 net.sf.hibernate.cfg.Binder bindCollectionSecondPass
資訊: Mapping collection: com.hibernate.sort.nsort -> nsort
2004-8-27 16:38:33 net.sf.hibernate.cfg.Configuration secondPassCompile
資訊: processing one-to-one association property references
2004-8-27 16:38:33 net.sf.hibernate.cfg.Configuration secondPassCompile
資訊: processing foreign key constraints
2004-8-27 16:38:33 net.sf.hibernate.dialect.Dialect <init>
資訊: Using dialect: net.sf.hibernate.dialect.Oracle9Dialect
2004-8-27 16:38:33 net.sf.hibernate.cfg.SettingsFactory buildSettings
資訊: Use outer join fetching: true
2004-8-27 16:38:33 net.sf.hibernate.util.NamingHelper getInitialContext
資訊: JNDI InitialContext properties:{}
2004-8-27 16:38:33 net.sf.hibernate.connection.DatasourceConnectionProvider configure
資訊: Using datasource: sccrshop
2004-8-27 16:38:33 net.sf.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
資訊: No TransactionManagerLookup configured (in JTA environment, use of process level read-write cache is not recommended)
2004-8-27 16:38:33 net.sf.hibernate.cfg.SettingsFactory buildSettings
資訊: Use scrollable result sets: true
2004-8-27 16:38:33 net.sf.hibernate.cfg.SettingsFactory buildSettings
資訊: Use JDBC3 getGeneratedKeys(): false
2004-8-27 16:38:33 net.sf.hibernate.cfg.SettingsFactory buildSettings
資訊: Optimize cache for minimal puts: false
2004-8-27 16:38:33 net.sf.hibernate.cfg.SettingsFactory buildSettings
資訊: Query language substitutions: {}
2004-8-27 16:38:33 net.sf.hibernate.cfg.SettingsFactory buildSettings
資訊: cache provider: net.sf.ehcache.hibernate.Provider
2004-8-27 16:38:33 net.sf.hibernate.cfg.Configuration configureCaches
資訊: instantiating and configuring caches
2004-8-27 16:38:33 net.sf.hibernate.impl.SessionFactoryImpl <init>
資訊: building session factory
2004-8-27 16:38:33 net.sf.hibernate.impl.SessionFactoryObjectFactory addInstance
資訊: no JNDI name configured