Details
-
Bug
-
Resolution: Incomplete
-
Major
-
None
-
None
-
None
-
spring boot application, java.
Description
after implementing a custom layout for logging using slf4j and logback for some reason the log does not support error stack trace.
...Exception e..
when I do log.error("",e);
nothing is printed.