Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0-alpha
-
None
-
-
Reviewed
-
httpfs
Description
In the 'log' method of the HttpFSExceptionProvider we log exceptions as "warn" but the stacktrace itself is not logged:
LOG.warn("[{}:{}] response [{}] {}", new Object[]
{method, path, status, message, throwable});
We should log the exception here.