HHH-6421 Reduce log level of LazyInitializationException from ERROR to TRACE
This commit is contained in:
parent
e47460317c
commit
310c0441bb
|
@ -43,7 +43,7 @@ public class LazyInitializationException extends HibernateException {
|
||||||
|
|
||||||
public LazyInitializationException(String msg) {
|
public LazyInitializationException(String msg) {
|
||||||
super(msg);
|
super(msg);
|
||||||
LOG.error(msg, this);
|
LOG.trace(msg, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue