Log exception at ERROR level in CompositeLog
Fixes gh-22364
This commit is contained in:
parent
d1e5a3af9f
commit
ef8652615c
|
@ -114,7 +114,7 @@ final class CompositeLog implements Log {
|
|||
|
||||
@Override
|
||||
public void error(Object message, Throwable ex) {
|
||||
this.errorLogger.error(message);
|
||||
this.errorLogger.error(message, ex);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue