Skip to content

Commit

Permalink
Try different link format
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcvickers committed Oct 8, 2020
1 parent a7e08af commit 3a9b044
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EF Core simple logging can be used to easily obtain logs while developing and de
## Configuration

EF Core logs can be accessed from any application type through use of [LogTo](/dotnet/api/microsoft.entityframeworkcore.dbcontextoptionsbuilder.logto) when when [configuring a DbContext instance](xref:core/miscellaneous/configuring-dbcontext). This is commonly performed in an override of [DbContext.OnConfiguring](/dotnet/api/microsoft.entityframeworkcore.dbcontext.onconfiguring). For example:
EF Core logs can be accessed from any application type through use of [LogTo](/dotnet/api/microsoft.entityframeworkcore.dbcontextoptionsbuilder.logto) when when [configuring a DbContext instance](xref:core/miscellaneous/configuring-dbcontext). This is commonly performed in an override of <xref:Microsoft.EntityFrameworkCore.DbContext.OnConfiguring?displayProperty=None>. For example:

<!--
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
Expand Down

0 comments on commit 3a9b044

Please sign in to comment.