From 540b80dd4c3b3fdecc56e12792b485cc111b5530 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期二, 10 九月 2024 14:03:38 +0800
Subject: [PATCH] 1.新增筛选:已加价/未加价2.新增“售价”字段,售价=底价+加价

---
 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 2dc29ac..f69ab4d 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