hibernate煩人的log日誌!
最近我在學習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
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
相關文章
- Hibernate 使用log4j輸出日誌
- Log日誌
- Weblogic日誌Web
- log 日誌原理
- MySQL 的日誌:binlogMySql
- MySQL的binlog日誌MySql
- binlog日誌的格式
- 在Hibernate中開啟日誌
- ORACLE的日誌挖掘 logminerOracle
- Python 日誌(Log)Python
- Logminer日誌挖掘
- 附加日誌(supplemental log)
- logminr 日誌挖掘
- Logstash日誌蒐集
- logmnr 日誌挖掘
- 日誌挖掘 log miner
- LOGMINER日誌分析
- Log 工具列印日誌
- 日誌-log4j2基於AsyncLogger的非同步日誌列印非同步
- 【Logback日誌級別】動態調整Logback的日誌級別
- django開發-log日誌的配置Django
- Laravel 的日誌系統 - monologLaravelMono
- 日誌log4j的配置
- rsyslog日誌總結
- Linux C日誌logLinux
- Rsyslog日誌系統
- MySQL重做日誌(redo log)MySql
- mysql清除binlog日誌MySql
- 日誌分析工具 Log Parser
- Android日誌Log使用Android
- logminer 日誌分析案例
- logminer抽取日誌案例
- ORACLE LOGMNR 日誌挖掘Oracle
- 清除MySQL Binlog日誌MySql
- ORACLE logminer 日誌挖掘Oracle
- tinylog簡化日誌
- archive log 歸檔日誌Hive
- redo log日誌挖掘(二)