-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Adjust logging level for JDBC resource leak warnings #45583
Conversation
gastaldi
commented
Jan 14, 2025
- Adjust JDBC resource leak logging to use debug level instead of warnings for better log granularity.
- Enhance developer experience by reducing noise in application logs.
- Fixes Demote Agroal's "JDBC resources leaked" warnings to DEBUG #44047
``` - Adjust JDBC resource leak logging to use debug level instead of warnings for better log granularity. - Enhance developer experience by reducing noise in application logs. ```
089c353
to
81a7c4b
Compare
/cc @mabartos |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gastaldi Great, thanks!
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✔️ | JVM Tests - JDK 17 | Logs | Raw logs | 🔍 | ||
✔️ | JVM Tests - JDK 21 | Logs | Raw logs | 🔍 | ||
✖ | JVM Tests - JDK 17 Windows | Clean Gradle temp directory |
Logs | Raw logs | 🔍 |
You can consult the Develocity build scans.