Skip to content

Commit

Permalink
logback改用相对路径
Browse files Browse the repository at this point in the history
  • Loading branch information
ysc committed Apr 16, 2013
1 parent c3502b7 commit 0e09e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions APDPlat_Web/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</layout>
</appender>
<appender name="logfile" class="ch.qos.logback.core.rolling.RollingFileAppender">
<File>d:/logback/logs/logback.log</File>
<File>logs/logback.log</File>
<rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy">
<FileNamePattern>d:/logback/logs/logback_%i.log</FileNamePattern>
<FileNamePattern>logs/logback_%i.log</FileNamePattern>
<MinIndex>1</MinIndex>
<MaxIndex>10000</MaxIndex>
</rollingPolicy>
Expand Down

0 comments on commit 0e09e63

Please sign in to comment.