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

Errors should not be logged at the debug level #325

Closed
AaldertVanWijk-TomTom opened this issue May 13, 2022 · 0 comments · Fixed by #327
Closed

Errors should not be logged at the debug level #325

AaldertVanWijk-TomTom opened this issue May 13, 2022 · 0 comments · Fixed by #327

Comments

@AaldertVanWijk-TomTom
Copy link
Contributor

AaldertVanWijk-TomTom commented May 13, 2022

Discussed in micronaut-projects/micronaut-core#7355

We had a serialization issue in the code that caused Micronaut to return a partially serialized object with a status of 200 (something I consider wrong in and of itself)

Part of what made this hard to find and debug (and prevents our monitoring reacting on error logs) is that this pretty severe error is deemed only worth printing when the log level is set to debug
This seems like a bad choice to me. and something that should be rectified.

@graemerocher graemerocher transferred this issue from micronaut-projects/micronaut-core May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant