Skip to content

Commit 0547683

Browse files
committed
modify the log file name
1 parent 490ef6b commit 0547683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skyeye-web/src/main/resources/logback.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE xml>
33
<configuration scan="false">
44

5-
<property name="APP_NAME" value="zues" />
5+
<property name="APP_NAME" value="web" />
66
<property name="LOG_HOME" value="../logs/" />
77
<contextName>${APP_NAME}</contextName>
88

@@ -55,4 +55,4 @@
5555
<appender-ref ref="dailyErrorFile" />
5656
</root>
5757

58-
</configuration>
58+
</configuration>

0 commit comments

Comments
 (0)