Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make AdviceTrait's Stack Trace Logging Configurable and Fix Execution Context #966

Open
osmanakkus44 opened this issue Dec 16, 2024 · 0 comments
Labels

Comments

@osmanakkus44
Copy link

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

  • Version used: 0.27.0, Spring Boot 2.6.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant