I would like some help. I'm developing a system using jpa-hibernate, jsf and primefaces. Whenever I run the application the following appears on the console:
0 [http-8080-2] INFO org.hibernate.cfg.annotations.Version - Hibernate Annotations 3.3.0.GA
46 [http-8080-2] INFO org.hibernate.cfg.Environment - Hibernate 3.2.5
62 [http-8080-2] INFO org.hibernate.cfg.Environment - hibernate.properties not found
62 [http-8080-2] INFO org.hibernate.cfg.Environment - Bytecode provider name : cglib
78 [http-8080-2] INFO org.hibernate.cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
187 [http-8080-2] INFO org.hibernate.ejb.Version - Hibernate EntityManager 3.3.1.GA
498 [http-8080-2] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: nome da classe
here it displays all mapped classes . . .
6250 [http-8080-2] INFO org.hibernate.tool.hbm2ddl.SchemaUpdate - schema update complete
How to inhibit the display of this information in the console?
Thank you for any help!