Pessoal como eu faco para nao aparecer aquelas informacoes do hibernate no console??
[quote]INFO: Mapping collection: br.com.dnasolution.controleusuario.entity.TbUsuario.tbPermissaoUsuarioCollection -> tb_permissao_usuario
25/05/2009 12:07:36 org.hibernate.cfg.annotations.CollectionBinder bindOneToManySecondPass
INFO: Mapping collection: dao.TbUfFirma.tbConfiguracaoFirmaCollection -> tb_configuracao_firma
25/05/2009 12:07:36 org.hibernate.cfg.annotations.CollectionBinder bindOneToManySecondPass
INFO: Mapping collection: dao.TbUfFirma.tbInstituicaoCollection -> tb_instituicao
25/05/2009 12:07:36 org.hibernate.cfg.annotations.CollectionBinder bindOneToManySecondPass
INFO: Mapping collection: dao.TbTipoSeloFirmas.tbSeloCollection -> tb_selo
25/05/2009 12:07:36 org.hibernate.cfg.AnnotationConfiguration secondPassCompile
INFO: Hibernate Validator not found: ignoring
25/05/2009 12:07:36 org.hibernate.ejb.Ejb3Configuration configure
WARNING: hibernate.connection.autocommit = false break the EJB3 specification
25/05/2009 12:07:36 org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: Using Hibernate built-in connection pool (not for production use!)
25/05/2009 12:07:36 org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: Hibernate connection pool size: 20
25/05/2009 12:07:36 org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: autocommit mode: false
25/05/2009 12:07:36 org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: using driver: org.postgresql.Driver at URL: jdbc:postgresql://localhost:5432/db_dnaso
25/05/2009 12:07:36 org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: connection properties: {user=postgres, password=****, autocommit=false, release_mode=auto}
25/05/2009 12:07:36 org.hibernate.cfg.SettingsFactory buildSettings
INFO: RDBMS: PostgreSQL, version: 8.0.9
25/05/2009 12:07:36 org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC driver: PostgreSQL Native Driver, version: PostgreSQL 8.3 JDBC3 with SSL (build 603)
25/05/2009 12:07:36 org.hibernate.dialect.Dialect
INFO: Using dialect: org.hibernate.dialect.PostgreSQLD[/quote]
essa ae?? qual a opcao q eu tenho q colocar no meu persistence.xml
iobrigado