wyq 5 tháng trước cách đây
mục cha
commit
00242a91fa
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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);
                     }
                 }
             }