From 94ed0d75cd4aa090fa8421af6609066682028943 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期五, 02 八月 2024 19:08:36 +0800
Subject: [PATCH] 修改日志文件

---
 WebApi/Global.asax.cs |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/WebApi/Global.asax.cs b/WebApi/Global.asax.cs
index 725e85d..88b6d56 100644
--- a/WebApi/Global.asax.cs
+++ b/WebApi/Global.asax.cs
@@ -27,7 +27,7 @@
 
             DataFolderHelper.IsExeExcute = true;//独立运行
 
-            IStation.LogHelper.Initial();
+            // IStation.LogHelper.Initial();
 
             IStation.Common.AnaSetting.Initial();
             IStation.Common.ReservoirParasHelper.Initial();
@@ -36,8 +36,7 @@
             //初始化雪花Id
             //SnowflakeIdHelper.InitId(1);
 
-
             ScheduleTask.Initial();
         }
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3