From d82cd261c475107a95b9352ca6d137a06365cc13 Mon Sep 17 00:00:00 2001 From: liangzai <2440983361@qq.com> Date: Tue, 3 Jun 2025 21:23:12 +0800 Subject: [PATCH] fix --- app/main/api/etc/main.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/app/main/api/etc/main.yaml b/app/main/api/etc/main.yaml index 1a6d404..13237aa 100644 --- a/app/main/api/etc/main.yaml +++ b/app/main/api/etc/main.yaml @@ -74,21 +74,3 @@ CleanTask: Enabled: true Time: "0 3 * * *" Days: 15 - -Log: - ServiceName: "tyc-server" - Mode: "file" - Path: "logs" - Level: "info" - Encoding: "json" - Rotation: "daily" - TimeFormat: "2006-01-02T15:04:05.000Z07:00" - MaxSize: 3 - Categories: - - "system" # 系统日志 - - "access" # 访问日志 - - "error" # 错误日志 - - "stat" # 统计日志 - - "business" # 业务日志 - - "security" # 安全日志 -