Skip to content

Commit

Permalink
Fix pathname separator
Browse files Browse the repository at this point in the history
  • Loading branch information
kohii committed Aug 11, 2018
1 parent dd8c80a commit 30d7d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoothcsv-launcher-win/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>${smoothcsv.logDir}¥app.log</file>
<file>${smoothcsv.logDir}/app.log</file>
<rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy">
<fileNamePattern>${smoothcsv.logDir}/app.%i.log</fileNamePattern>
<minIndex>1</minIndex>
Expand Down

0 comments on commit 30d7d4b

Please sign in to comment.