Browse Source

打开sls日志队列

lcl 6 months ago
parent
commit
6bfe16b70f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Startup.cs

+ 1 - 2
Startup.cs

@@ -141,8 +141,7 @@ namespace MySystem
                     pattern: "{controller=Home}/{action=Index}/{Id?}");
             });
 
-            // LogHelper.Instance.Start();
-
+            LogHelper.Instance.Start();
             TxjHelper.Instance.Start();
         }
     }