I need logging to be at info level.
Using info level causing excessive logging:
2008-05-27 14:16:32,444 INFO Not binding factory to JNDI, no JNDI name configured
2008-05-27 14:16:32,165 INFO building session factory
2008-05-27 14:16:32,133 INFO Named query checking : enabled
2008-05-27 14:16:32,132 INFO Deleted entity synthetic identifier rollback: disabled
2008-05-27 14:16:32,132 INFO Default entity-mode: pojo
2008-05-27 14:16:32,131 INFO Statistics: disabled
2008-05-27 14:16:32,126 INFO Structured second-level cache entries: disabled
2008-05-27 14:16:32,125 INFO Cache provider: org.hibernate.cache.NoCacheProvider
2008-05-27 14:16:32,125 INFO Optimize cache for minimal puts: disabled
2008-05-27 14:16:32,124 INFO Second-level cache: enabled
2008-05-27 14:16:32,124 INFO Query cache: disabled
2008-05-27 14:16:32,123 INFO JPA-QL strict compliance: disabled
2008-05-27 14:16:32,122 INFO Using ASTQueryTranslatorFactory
2008-05-27 14:16:32,122 INFO Query language substitutions: {}
2008-05-27 14:16:32,119 INFO Order SQL inserts for batching: disabled
2008-05-27 14:16:32,119 INFO Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2008-05-27 14:16:32,118 INFO Generate SQL with comments: disabled
2008-05-27 14:16:32,118 INFO Order SQL updates by primary key: disabled
2008-05-27 14:16:32,117 INFO Maximum outer join fetch depth: 2
How can I log my active logging only?[/list][/list]
|