|
@@ -91,7 +91,7 @@ public class HttpFSExceptionProvider extends ExceptionProvider {
|
|
|
String path = MDC.get("path");
|
|
|
String message = getOneLineMessage(throwable);
|
|
|
AUDIT_LOG.warn("FAILED [{}:{}] response [{}] {}", new Object[]{method, path, status, message});
|
|
|
- LOG.warn("[{}:{}] response [{}] {}", new Object[]{method, path, status, message, throwable});
|
|
|
+ LOG.warn("[{}:{}] response [{}] {}", new Object[]{method, path, status, message}, throwable);
|
|
|
}
|
|
|
|
|
|
}
|