From f78f3cd1cbc8547896bb4e0956c895780d392c96 Mon Sep 17 00:00:00 2001
From: gongzuming <gongzuming>
Date: 星期二, 27 八月 2024 14:05:50 +0800
Subject: [PATCH] 微信发货、确认收货
---
src/main/resources/logback-spring.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml
index f69ab4d..2dc29ac 100644
--- a/src/main/resources/logback-spring.xml
+++ b/src/main/resources/logback-spring.xml
@@ -3,7 +3,7 @@
<configuration scan="true">
<include resource="org/springframework/boot/logging/logback/base.xml"/>
<property name="APP_NAME" value="flower"></property>
- <property name="LOG_HOME" value="/var/log/${APP_NAME}"></property>
+ <property name="LOG_HOME" value="./var/log/${APP_NAME}"></property>
<!-- <appender name="FILE_AUDIT" class="ch.qos.logback.core.rolling.RollingFileAppender">-->
<!-- <filter class="ch.qos.logback.classic.filter.LevelFilter">-->
--
Gitblit v1.9.3