https://github.com/wimdeblauwe/error-handling-spring-boot-starter #2
Closed
ianmcnicholas
started this conversation in
General
Replies: 2 comments
-
@ianmcnicholas I created issue like yours. I agree with you, too. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ianmcnicholas This issue was solved. ref. wimdeblauwe/error-handling-spring-boot-starter#57 wimdeblauwe/error-handling-spring-boot-starter#61 Release notes: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/wimdeblauwe/error-handling-spring-boot-starter
We are trying to use this library to implement error handling and logging in our API. The issue we have is that we want to log out 4xx exceptions at info level, and 5xx exceptions at error level, however, the library only allows for error level logging for all exceptions.
We understand that you can turn off logging on 4xx exceptions, but we would like to keep them but just change them to info level.
Is there a work around to this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions