diff --git a/MP.Data/Services/TabDataService.cs b/MP.Data/Services/TabDataService.cs index 407dd880..a81f1952 100644 --- a/MP.Data/Services/TabDataService.cs +++ b/MP.Data/Services/TabDataService.cs @@ -900,6 +900,8 @@ namespace MP.Data.Services else { Log.Error($"Errore: non trovato valore valido in REDIS | key: {currKey}"); + Log.Info($"REDIS | conf: {redisConn.Configuration}"); + Log.Info($" --> Valore trovato:{Environment.NewLine}{rawData}"); } if (result == null) {