EF Core treats all SQL commands (Selects and modifications via SaveChanges) under the same logging category: Database.Command. As long as we have LogLevel.Information and LogTo enabled, they will appear in the console. Here is an example that explici...
eform.hashnode.dev3 min readNo responses yet.