Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.8
-
Fix Version/s: 1.8.1
-
Component/s: Persistence Layer
-
Labels:None
-
Environment:All
Description
It would be good to have these two entries in the log4j.properties..
log4j.logger.org.hibernate.SQL=ERROR
log4j.logger.org.hibernate.type=ERROR
Switching the SQL package to DEBUG gives us show_sql but in our log files, rather than to System.out...
log4j.logger.org.hibernate.SQL=ERROR
log4j.logger.org.hibernate.type=ERROR
Switching the SQL package to DEBUG gives us show_sql but in our log files, rather than to System.out...