From 4f629b61b1bce2c399c277ea7f6f567dbb89d23c Mon Sep 17 00:00:00 2001 From: chengsc <11752@DESKTOP-DS49RCP> Date: 星期四, 16 一月 2025 15:30:58 +0800 Subject: [PATCH] 添加缠膜、拆膜显示 --- Admin.NET/WCS.Application/Configuration/Logging.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Admin.NET/WCS.Application/Configuration/Logging.json b/Admin.NET/WCS.Application/Configuration/Logging.json index f1e9833..8e8520c 100644 --- a/Admin.NET/WCS.Application/Configuration/Logging.json +++ b/Admin.NET/WCS.Application/Configuration/Logging.json @@ -6,7 +6,7 @@ "Microsoft.EntityFrameworkCore": "Information" }, "File": { - "Enabled": false, // 鍚敤鏂囦欢鏃ュ織 + "Enabled": true, // 鍚敤鏂囦欢鏃ュ織 "FileName": "logs/{0:yyyyMMdd}_{1}.log", // 鏃ュ織鏂囦欢 "Append": true, // 杩藉姞瑕嗙洊 // "MinimumLevel": "Information", // 鏃ュ織绾у埆 -- Gitblit v1.8.0