4
I would like some help. I am developing a system using jpa-Ibernate, 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 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 on the console?
Bound by any help!
Thank you Kyllopardiun I researched only log4j and discovered other possibilities.
– Evellyn Assis
Hello user, you can thank a user who gave a useful response through a positive vote. If the user’s response is correct you also accept it. If I have solved your problem in some different way can also contribute to the community by posting your own answer and accepting it.
– Anthony Accioly