HHH-6121: Hibernate statistics should log at DEBUG level instead of INFO.

This commit is contained in:
Johno Crawford 2011-10-19 11:14:41 +02:00 committed by Strong Liu
parent bf2240eba4
commit af2417cbaa
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ public interface CoreMessageLogger extends BasicLogger {
String incrementParam,
int incrementSize);
@LogMessage(level = INFO)
@LogMessage(level = DEBUG)
@Message(value = "HQL: %s, time: %sms, rows: %s", id = 117)
void hql(String hql,
Long valueOf,