Skip to content

Commit

Permalink
Changed from layout to encoder in log back config file
Browse files Browse the repository at this point in the history
  • Loading branch information
goglepox committed Feb 16, 2012
1 parent a45ce1e commit 0fff8d8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions plugins/net.bioclipse.logback/src/logback.xml
Expand Up @@ -9,10 +9,9 @@
</appender>
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>${destination}/bioclipse.log</file>
<layout class="ch.qos.logback.classic.PatternLayout">
<Pattern>%date %level [%thread] %logger{10} [%file:%line] %msg%n
</Pattern>
</layout>
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
<pattern>%date %level [%thread] %logger{10} [%file:%line] %msg%n</pattern>
</encoder>
<rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy">
<maxIndex>5</maxIndex>
<FileNamePattern>${destination}/bioclipse.log.%i</FileNamePattern>
Expand Down

0 comments on commit 0fff8d8

Please sign in to comment.