I am using Entity Framework 7 on the nightly build channel (right now I\'m using version EntityFramework.7.0.0-beta2-11524) and I\'m trying to log the queries that EF genera
With ASP.NET Core 2.0 you get SQL logging automatically. No need to do anything extra.