From a660b8a40624fe78ecfa01b08efd2487ad7c57e9 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 21 Sep 2022 16:17:49 +0200 Subject: [PATCH] Tentativo fix DECODER bugs: - modifica console.log fuori da debug --- MP.MONO.ADAPTER.OPC/ConsoleUtils.cs | 2 -- 1 file changed, 2 deletions(-) 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