chore: add trailing space to Serilog debug output
All checks were successful
Build and Deploy / build (push) Successful in 2m33s
All checks were successful
Build and Deploy / build (push) Successful in 2m33s
This commit is contained in:
@@ -28,7 +28,7 @@ var logger = new LoggerConfiguration()
|
|||||||
.CreateLogger();
|
.CreateLogger();
|
||||||
builder.Logging.AddSerilog(logger);
|
builder.Logging.AddSerilog(logger);
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
Serilog.Debugging.SelfLog.Enable(msg => Console.WriteLine(msg));
|
Serilog.Debugging.SelfLog.Enable(msg => Console.WriteLine(msg));
|
||||||
#endif
|
#endif
|
||||||
// Additional configuration is required to successfully run gRPC on macOS.
|
// 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
|
// For instructions on how to configure Kestrel and gRPC clients on macOS, visit https://go.microsoft.com/fwlink/?linkid=2099682
|
||||||
|
|||||||
Reference in New Issue
Block a user