diff --git a/src/BackOffice.BFF.WebApi/Program.cs b/src/BackOffice.BFF.WebApi/Program.cs index 03bd5e0..9e0ba33 100644 --- a/src/BackOffice.BFF.WebApi/Program.cs +++ b/src/BackOffice.BFF.WebApi/Program.cs @@ -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