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

AsyncDBSession.queryLogging does not log query duration #96

Open
ThijsBroersen opened this issue Jun 30, 2020 · 0 comments
Open

AsyncDBSession.queryLogging does not log query duration #96

ThijsBroersen opened this issue Jun 30, 2020 · 0 comments

Comments

@ThijsBroersen
Copy link

AsyncDBSession does queryLogging upfront and does not include query duration like StatementExecutor does. It looks like a wrong implementation. Or is there a specific reason to it?
queryLogging does use loggingSQLAndTime.enabled to determine if it needs to log but does not log time/duration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant