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

LCM: Add TRACE logs for get, recycle and close in HikariPool as well … #2110

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

maecval
Copy link

@maecval maecval commented Sep 15, 2023

Add TRACE logs for get, recycle and close in HikariPool as well as for main methods of ProxyConnection to be able to debug and analyse DB connection management.

We would have loved to have some logs showing when a connection is borrowed from the pool and when it gets released to the pool.
That's why we enhanced the 2 classes HikariPool and ProxyConnection with a few TRACE logs which let us observe the handling of the connection and understand the behaviour of our application much better.

We would like to ask you to add this logging enhancement to the productive code.

Kind regards,
Valentin

…as for main methods of ProxyConnection to be able to debug and analyse DB connection management.
@maecval
Copy link
Author

maecval commented Sep 27, 2023

@lfbayer
Well, sorry I don't exactly know what I have triggered by hitting "Resolve this conversation"...

@maecval
Copy link
Author

maecval commented Oct 5, 2023

@lfbayer
Hello Leo,
Any news on this?

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 this pull request may close these issues.

None yet

2 participants