HHH-11209 : Change logging for detaching a PersistentCollection with queued operation to DEBUG
This commit is contained in:
parent
dab6c4d0bf
commit
696abff61c
|
@ -1771,7 +1771,7 @@ public interface CoreMessageLogger extends BasicLogger {
|
||||||
@Message(value = "Attaching an uninitialized collection with queued operations to a session: %s", id = 495)
|
@Message(value = "Attaching an uninitialized collection with queued operations to a session: %s", id = 495)
|
||||||
void queuedOperationWhenAttachToSession(String collectionInfoString);
|
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)
|
@Message(value = "Detaching an uninitialized collection with queued operations from a session: %s", id = 496)
|
||||||
void queuedOperationWhenDetachFromSession(String collectionInfoString);
|
void queuedOperationWhenDetachFromSession(String collectionInfoString);
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.event.internal.EntityCopyAllowedLoggedObserver=debug
|
||||||
|
|
||||||
log4j.logger.org.hibernate.testing.junit4.TestClassMetadata=info, unclosedSessionFactoryFile
|
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
|
||||||
|
|
Loading…
Reference in New Issue