From f0ad563dfe03b2fd45b23989924af98324b3ed88 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Wed, 22 Jan 2025 11:30:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- intc-modules/intc-file/src/main/resources/bootstrap.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/intc-modules/intc-file/src/main/resources/bootstrap.yml b/intc-modules/intc-file/src/main/resources/bootstrap.yml index a457b3e..6f73ab9 100644 --- a/intc-modules/intc-file/src/main/resources/bootstrap.yml +++ b/intc-modules/intc-file/src/main/resources/bootstrap.yml @@ -35,6 +35,6 @@ spring: shared-configs: - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} # 用于服务监控可在线查看日志,该配置用于生产环境 -#logging: -# file: -# name: logs/${spring.application.name}/info.log +logging: + file: + name: logs/${spring.application.name}/info.log