-
Notifications
You must be signed in to change notification settings - Fork 246
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 in the Package #362
Comments
Not really. The EF will emit logs anyway. Since we're using consumers' |
I sometimes create logging decorators for repos that include timers so I can determine which queries are slow - might that be useful? EF logging doesn't provide this in a nice manner. |
What would the logging content look like in that case? Also, will you depend on |
Now that the OTEL is becoming a standard, perhaps we should add distributed tracing instrumentation using |
Based on these docs:
https://learn.microsoft.com/en-us/dotnet/core/extensions/logging-library-authors
Is there any logging that would be worthwhile for users of the Specification package (or its Repository base types)?
The text was updated successfully, but these errors were encountered: