HHH-6258: Change the un-released batch message from WARN to DEBUG for performance improvement.

This commit is contained in:
andy.miller 2011-05-27 14:37:09 -06:00 committed by Steve Ebersole
parent bf066b8121
commit dd46fe071a
1 changed files with 1 additions and 1 deletions

View File

@ -1480,7 +1480,7 @@ public interface CoreMessageLogger extends BasicLogger {
String name2, String name2,
String valueOf2); String valueOf2);
@LogMessage(level = WARN) @LogMessage(level = DEBUG)
@Message(value = "Closing un-released batch", id = 420) @Message(value = "Closing un-released batch", id = 420)
void closingUnreleasedBatch(); void closingUnreleasedBatch();