Salve galera
Estou começando a trabalhar com Hibernate, estou muito empolgado com a praticidade do Framework, quero saber como desabilitar os Logs de saida no Output no NetBeans ???
Toda vez que executo meu projeto tenho isso:
run:
22/06/2011 14:39:06 org.hibernate.cfg.annotations.Version
INFO: Hibernate Annotations 3.3.1.GA
22/06/2011 14:39:06 org.hibernate.cfg.Environment
INFO: Hibernate 3.2.5
22/06/2011 14:39:06 org.hibernate.cfg.Environment
INFO: hibernate.properties not found
22/06/2011 14:39:06 org.hibernate.cfg.Environment buildBytecodeProvider
INFO: Bytecode provider name : cglib
22/06/2011 14:39:06 org.hibernate.cfg.Environment
INFO: using JDK 1.4 java.sql.Timestamp handling
22/06/2011 14:39:06 org.hibernate.cfg.Configuration configure
INFO: configuring from resource: /hibernate.cfg.xml
22/06/2011 14:39:06 org.hibernate.cfg.Configuration getConfigurationInputStream
INFO: Configuration resource: /hibernate.cfg.xml
22/06/2011 14:39:06 org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource : cadastros/Clientes.hbm.xml
22/06/2011 14:39:06 org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource : cadastros/Produtos.hbm.xml
22/06/2011 14:39:06 org.hibernate.cfg.Configuration doConfigure
INFO: Configured SessionFactory: null
22/06/2011 14:39:07 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: cadastros.Clientes -> clientes
22/06/2011 14:39:07 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: cadastros.Produtos -> produtos
22/06/2011 14:39:07 org.hibernate.cfg.AnnotationConfiguration secondPassCompile
INFO: Hibernate Validator not found: ignoring
22/06/2011 14:39:07 org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: Using Hibernate built-in connection pool (not for production use!)
22/06/2011 14:39:07 org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: Hibernate connection pool size: 20
22/06/2011 14:39:07 org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: autocommit mode: false
22/06/2011 14:39:07 org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://127.0.0.1/projetodao
22/06/2011 14:39:07 org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: connection properties: {user=root, password=****}
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: RDBMS: MySQL, version: 5.0.37-community-nt
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.6 ( Revision: ${svn.Revision} )
22/06/2011 14:39:07 org.hibernate.dialect.Dialect
INFO: Using dialect: org.hibernate.dialect.MySQLDialect
22/06/2011 14:39:07 org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
INFO: Using default transaction strategy (direct JDBC transactions)
22/06/2011 14:39:07 org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic flush during beforeCompletion(): disabled
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic session close at end of transaction: disabled
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch size: 15
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch updates for versioned data: disabled
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Scrollable result sets: enabled
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC3 getGeneratedKeys(): enabled
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Connection release mode: auto
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Maximum outer join fetch depth: 2
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default batch fetch size: 1
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Generate SQL with comments: disabled
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Order SQL updates by primary key: disabled
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Order SQL inserts for batching: disabled
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
22/06/2011 14:39:07 org.hibernate.hql.ast.ASTQueryTranslatorFactory
INFO: Using ASTQueryTranslatorFactory
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query language substitutions: {}
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JPA-QL strict compliance: disabled
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Second-level cache: enabled
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query cache: disabled
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory createCacheProvider
INFO: Cache provider: org.hibernate.cache.NoCacheProvider
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Optimize cache for minimal puts: disabled
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Structured second-level cache entries: disabled
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Statistics: disabled
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Deleted entity synthetic identifier rollback: disabled
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default entity-mode: pojo
22/06/2011 14:39:07 org.hibernate.cfg.SettingsFactory buildSettings
INFO: Named query checking : enabled
22/06/2011 14:39:07 org.hibernate.impl.SessionFactoryImpl
INFO: building session factory
22/06/2011 14:39:08 org.hibernate.impl.SessionFactoryObjectFactory addInstance
INFO: Not binding factory to JNDI, no JNDI name configured
Como retiro isso ???
obrigado.