Skip to content

Commit

Permalink
xg
Browse files Browse the repository at this point in the history
  • Loading branch information
239573049 committed May 26, 2024
1 parent f516bc3 commit 51bcba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/FastWiki.Service/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{
logger = new LoggerConfiguration()
.MinimumLevel.Information()
` .WriteTo.Console()
.WriteTo.Console()
.Enrich.FromLogContext()
.Enrich.WithProperty("Application", "FastWiki")
.CreateLogger();
Expand Down

0 comments on commit 51bcba5

Please sign in to comment.