Skip to content

Commit

Permalink
Use correct logger.
Browse files Browse the repository at this point in the history
Co-authored-by: Øyvind N. Wedøe <[email protected]>
  • Loading branch information
flexable777 and oyvind-wedoe committed Nov 14, 2024
1 parent d089607 commit fb6f05c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ProblemHandlingControllerAdvice : ResponseEntityExceptionHandler() {
ex: AsyncRequestNotUsableException,
request: NativeWebRequest
) {
logger.debug("Suppressing AsyncRequestNotUsableException. This is probably due to lost client during async/SSE operations.", ex)
secureLogger.debug("Suppressing AsyncRequestNotUsableException. This is probably due to lost client during async/SSE operations.", ex)
}

@ExceptionHandler
Expand Down

0 comments on commit fb6f05c

Please sign in to comment.