Bump to java 17 (micronaut dependency)
This commit is contained in:
parent
1678eadac2
commit
8043c3eb6d
8 changed files with 27 additions and 36 deletions
|
@ -90,7 +90,7 @@ public class JsonLayout extends LayoutBase<ILoggingEvent> {
|
|||
var throwableProxy = value.getThrowableProxy();
|
||||
if (throwableProxy != null) {
|
||||
var ex = throwableHandlingConverter.convert(value);
|
||||
if (ex != null && !ex.equals("")) {
|
||||
if (ex != null && !ex.isEmpty()) {
|
||||
map.put(fieldName, ex);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue