chore: add trailing space to Serilog debug output
All checks were successful
Build and Deploy / build (push) Successful in 2m33s

This commit is contained in:
masoodafar-web
2025-12-07 22:27:28 +03:30
parent dbe7bc2b78
commit 9f64e42029

View File

@@ -28,7 +28,7 @@ var logger = new LoggerConfiguration()
.CreateLogger();
builder.Logging.AddSerilog(logger);
#if DEBUG
Serilog.Debugging.SelfLog.Enable(msg => Console.WriteLine(msg));
Serilog.Debugging.SelfLog.Enable(msg => Console.WriteLine(msg));
#endif
// Additional configuration is required to successfully run gRPC on macOS.
// For instructions on how to configure Kestrel and gRPC clients on macOS, visit https://go.microsoft.com/fwlink/?linkid=2099682