HHH-6121: Hibernate statistics should log at DEBUG level instead of INFO.
This commit is contained in:
parent
bf2240eba4
commit
af2417cbaa
|
@ -396,7 +396,7 @@ public interface CoreMessageLogger extends BasicLogger {
|
||||||
String incrementParam,
|
String incrementParam,
|
||||||
int incrementSize);
|
int incrementSize);
|
||||||
|
|
||||||
@LogMessage(level = INFO)
|
@LogMessage(level = DEBUG)
|
||||||
@Message(value = "HQL: %s, time: %sms, rows: %s", id = 117)
|
@Message(value = "HQL: %s, time: %sms, rows: %s", id = 117)
|
||||||
void hql(String hql,
|
void hql(String hql,
|
||||||
Long valueOf,
|
Long valueOf,
|
||||||
|
|
Loading…
Reference in New Issue