diff --git a/MP.MONO.ADAPTER.OPC/ConsoleUtils.cs b/MP.MONO.ADAPTER.OPC/ConsoleUtils.cs index 92bcf42..680cc5f 100644 --- a/MP.MONO.ADAPTER.OPC/ConsoleUtils.cs +++ b/MP.MONO.ADAPTER.OPC/ConsoleUtils.cs @@ -284,13 +284,11 @@ namespace MP.MONO.ADAPTER.OPC restrictedToMinimumLevel: (LogEventLevel)consoleLogLevel ); } -#if DEBUG else { loggerConfiguration .WriteTo.Debug(restrictedToMinimumLevel: (LogEventLevel)consoleLogLevel); } -#endif LogLevel fileLevel = LogLevel.Information; // switch for Trace/Verbose output