Consider reverting change of log level for query execution #15888
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
In EF Core 3.0 preview 3 we changed the log level of queries from Info to Debug. This was based on some feedback indicating that the queries introduced too much noise at the info level.
But since then:
We have seen significant signals that many customers prefer the old default and that we may have reacted too quickly to small number of requests. For example:
We have added the ability to change the level at which queries are logged, so anyone that doesn't like to see the queries by default can now learn how to make them disappear.
Given this, we are considering reverting the change.
The text was updated successfully, but these errors were encountered: