wyq 5 months ago
parent
commit
00242a91fa
1 changed files with 2 additions and 2 deletions
  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);
                     }
                 }
             }