• Brian Clozel's avatar
    Error handling for WebFlux should log HTTP 5xx errors · fa0926b1
    Brian Clozel authored
    This commit ensures that all errors handled by the
    `DefaultErrorWebExceptionHandler` (Spring WebFlux error convetion
    support) logs an error with request information and exception
    stacktrace.
    
    This is limited to errors that result in an HTTP 5xx error.
    Exceptions that extend `ResponseStatusException` and set a non-5xx
    status will not be logged.
    
    Closes gh-10904
    fa0926b1
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
pom.xml Loading commit data...