wyq 5 miesięcy temu
rodzic
commit
00242a91fa
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      DW5S.Repostory/EFContext/SqlLogger.cs

+ 2 - 2
DW5S.Repostory/EFContext/SqlLogger.cs

@@ -38,8 +38,8 @@ namespace DW5S.Repostory
                     }
                     else
                     {
-                        var logContent = formatter(state, exception);
-                        Serilog.Log.Information(logContent);
+                        //var logContent = formatter(state, exception);
+                        //Serilog.Log.Information(logContent);
                     }
                 }
             }