You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our service, we are using AdviceTrait's create method, and while it has a default logger that logs stack traces, these stack traces are from the exception handling flow rather than the actual application flow where the exception originated. This makes it less useful for debugging the root cause of issues.
Possible Implementation
Suggestion is to make logging in this line optional.
Your Environment
Version used: 0.27.0, Spring Boot 2.6.6
The text was updated successfully, but these errors were encountered:
Detailed Description
In our service, we are using AdviceTrait's create method, and while it has a default logger that logs stack traces, these stack traces are from the exception handling flow rather than the actual application flow where the exception originated. This makes it less useful for debugging the root cause of issues.
Possible Implementation
Suggestion is to make logging in this line optional.
Your Environment
The text was updated successfully, but these errors were encountered: