Skip to content

Commit

Permalink
Fix comment in sample code [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt authored Apr 5, 2024
1 parent cd8662f commit 70808df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Sample/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using Serilog.Templates.Themes;

// The initial "bootstrap" logger is able to log errors during start-up. It's completely replaced by the
// logger configured in `UseSerilog()` below, once configuration and dependency-injection have both been
// logger configured in `AddSerilog()` below, once configuration and dependency-injection have both been
// set up successfully.
Log.Logger = new LoggerConfiguration()
.WriteTo.Console()
Expand Down

0 comments on commit 70808df

Please sign in to comment.