We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490ef6b commit 0547683Copy full SHA for 0547683
skyeye-web/src/main/resources/logback.xml
@@ -2,7 +2,7 @@
2
<!DOCTYPE xml>
3
<configuration scan="false">
4
5
- <property name="APP_NAME" value="zues" />
+ <property name="APP_NAME" value="web" />
6
<property name="LOG_HOME" value="../logs/" />
7
<contextName>${APP_NAME}</contextName>
8
@@ -55,4 +55,4 @@
55
<appender-ref ref="dailyErrorFile" />
56
</root>
57
58
-</configuration>
+</configuration>
0 commit comments