Skip to content

Commit aecff22

Browse files
authored
fix: do not hardcode logging to console
1 parent 7721371 commit aecff22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/BuildingRegistry.Projector/Infrastructure/Modules/LoggingModule.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public LoggingModule(
2525
fileSizeLimitBytes: 104857600,
2626
rollOnFileSizeLimit: true,
2727
rollingInterval: RollingInterval.Day)
28-
.WriteTo.Console()
2928
.Enrich.FromLogContext()
3029
.Enrich.WithMachineName()
3130
.Enrich.WithThreadId()

0 commit comments

Comments
 (0)