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

Logging query execution time for LogLevel=INFO #18203

Closed
oakio opened this issue Oct 3, 2019 · 1 comment · Fixed by #18351
Closed

Logging query execution time for LogLevel=INFO #18203

oakio opened this issue Oct 3, 2019 · 1 comment · Fixed by #18351
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. customer-reported type-bug
Milestone

Comments

@oakio
Copy link

oakio commented Oct 3, 2019

It will be useful logging query execution time also when LogLevel is set INFO

For example:

Executed DbCommand (16ms) [Parameters=[], CommandType='Text', CommandTimeout='30']

@ajcvickers ajcvickers self-assigned this Oct 9, 2019
@ajcvickers ajcvickers added this to the 3.1.0 milestone Oct 9, 2019
@ajcvickers
Copy link
Contributor

We should be logging command executed rather than command executing at Info level. This was an unintentional break; we plan to fix it in 3.1.

@ajcvickers ajcvickers added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Oct 12, 2019
@ajcvickers ajcvickers modified the milestones: 3.1.0, 3.1.0-preview2 Oct 24, 2019
@ajcvickers ajcvickers modified the milestones: 3.1.0-preview2, 3.1.0 Dec 2, 2019
@ajcvickers ajcvickers removed their assignment Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. customer-reported type-bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants