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

Incorrect time logged on DB get operations #2341

Closed
nopcoder opened this issue Aug 9, 2021 · 0 comments · Fixed by #2340
Closed

Incorrect time logged on DB get operations #2341

nopcoder opened this issue Aug 9, 2021 · 0 comments · Fixed by #2340
Labels
area/DB Improvements or additions to the DB bug Something isn't working

Comments

@nopcoder
Copy link
Contributor

nopcoder commented Aug 9, 2021

Get and GetPrimitive at 'db' package logs the time took to perform the operation.
Instantiate log event before the operation caused to log invalid time - not reflecting the time the operation took.
Expected the log to capture the time the operation took by taking the time since after the operation completes.

@nopcoder nopcoder added bug Something isn't working area/DB Improvements or additions to the DB labels Aug 9, 2021
@nopcoder nopcoder linked a pull request Aug 9, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/DB Improvements or additions to the DB bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant