HHH-11209 : Change logging for detaching a PersistentCollection with queued operation to DEBUG

This commit is contained in:
Gail Badner 2018-12-17 12:18:00 -08:00
parent dab6c4d0bf
commit 696abff61c
2 changed files with 2 additions and 2 deletions

View File

@ -1771,7 +1771,7 @@ public interface CoreMessageLogger extends BasicLogger {
@Message(value = "Attaching an uninitialized collection with queued operations to a session: %s", id = 495)
void queuedOperationWhenAttachToSession(String collectionInfoString);
@LogMessage(level = INFO)
@LogMessage(level = DEBUG)
@Message(value = "Detaching an uninitialized collection with queued operations from a session: %s", id = 496)
void queuedOperationWhenDetachFromSession(String collectionInfoString);
}

View File

@ -57,4 +57,4 @@ log4j.logger.org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry=debug
### log4j.logger.org.hibernate.event.internal.EntityCopyAllowedLoggedObserver=debug
log4j.logger.org.hibernate.testing.junit4.TestClassMetadata=info, unclosedSessionFactoryFile
log4j.logger.org.hibernate.collection.internal.AbstractPersistentCollection=info
log4j.logger.org.hibernate.collection.internal.AbstractPersistentCollection=debug