From 7d54455df8e50096abeba1fcb413cab9e7818ef3 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Fri, 29 Aug 2025 11:18:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sa-base/src/main/resources/prod/sa-base.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sa-base/src/main/resources/prod/sa-base.yaml b/sa-base/src/main/resources/prod/sa-base.yaml index f0739e5..9813445 100644 --- a/sa-base/src/main/resources/prod/sa-base.yaml +++ b/sa-base/src/main/resources/prod/sa-base.yaml @@ -153,9 +153,9 @@ sa-token: # 是否打开自动续签 (如果此值为true,框架会在每次直接或间接调用 getLoginId() 时进行一次过期检查与续签操作) auto-renew: true # 是否输出操作日志 - is-log: false + is-log: true # 日志等级(trace、debug、info、warn、error、fatal) - log-level: warn + log-level: debug # 启动时的字符画打印 is-print: false # 是否从cookie读取token