Skip to content

Commit

Permalink
modify the log file name
Browse files Browse the repository at this point in the history
  • Loading branch information
JThink committed Aug 3, 2017
1 parent 490ef6b commit 0547683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skyeye-web/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE xml>
<configuration scan="false">

<property name="APP_NAME" value="zues" />
<property name="APP_NAME" value="web" />
<property name="LOG_HOME" value="../logs/" />
<contextName>${APP_NAME}</contextName>

Expand Down Expand Up @@ -55,4 +55,4 @@
<appender-ref ref="dailyErrorFile" />
</root>

</configuration>
</configuration>

0 comments on commit 0547683

Please sign in to comment.