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

Log Cosmos database access at Info level #24554

Merged
merged 1 commit into from
Apr 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/EFCore.Cosmos/Properties/CosmosStrings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/EFCore.Cosmos/Properties/CosmosStrings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@
</data>
<data name="LogExecutingReadItem" xml:space="preserve">
<value>Reading resource '{resourceId}' item from container '{containerId}' in partition '{partitionKey}'.</value>
<comment>Debug CosmosEventId.ExecutingReadItem string string string?</comment>
<comment>Information CosmosEventId.ExecutingReadItem string string string?</comment>
</data>
<data name="LogExecutingSqlQuery" xml:space="preserve">
<value>Executing SQL query for container '{containerId}' in partition '{partitionKey}' [Parameters=[{parameters}]]{newLine}{commandText}</value>
<comment>Debug CosmosEventId.ExecutingSqlQuery string string? string string string</comment>
<comment>Information CosmosEventId.ExecutingSqlQuery string string? string string string</comment>
</data>
<data name="MissingOrderingInSelectExpression" xml:space="preserve">
<value>'Reverse' could not be translated to the server because there is no ordering on the server side.</value>
Expand Down