Dear Friends...
am using hibernate 3.1.3... my problem when i run my application
in console logs, hibernate prints like
- Reading mappings from resource: com/server/hibernate/Privilege.hbm.xml
- Mapping class: com.server.hibernate.Privilege -> Privilege
- Mapping subclass: com.server.hibernate.impl.PrivilegeImpl -> Privilege
- Reading mappings from resource: com/server/hibernate/Configuration.hbm.xml
- Mapping class: com.server.hibernate.Configuration -> Configuration
- Mapping subclass: com.server.hibernate.impl.ConfigurationImpl -> Configuration
- Reading mappings from resource: com/server/hibernate/ConfigurationTable.hbm.xml
- Reading mappings from resource: com/server/hibernate/IdTable.hbm.xml
- Reading mappings from resource: com/server/hibernate/Parameters.hbm.xml
- Mapping class: com.server.hibernate.Parameters -> Parameters
- Mapping subclass: com.server.hibernate.impl.ParametersImpl -> Parametersi used
Code:
hibernate.show_sql=false
in configuration file(hibernate.property)
how to restrict those logging... i don't want to log those mapping and reading information.. how can i configure.......?
Thank you,
bala134