Sha256: 8e987af41e401bc71277612cbbf56862071463410e31b46db57ff6612cb3e19b

Contents?: true

Size: 791 Bytes

Versions: 96

Compression:

Stored size: 791 Bytes

Contents

<configuration>
  <appender name="file" class="ch.qos.logback.core.rolling.RollingFileAppender">
    <file>${embulk.logPath}</file>
    <rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy">
      <fileNamePattern>${embulk.logPath}.%i.gz</fileNamePattern>
      <minIndex>1</minIndex>
      <maxIndex>5</maxIndex>
    </rollingPolicy>
    <triggeringPolicy class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy">
      <maxFileSize>10MB</maxFileSize>
    </triggeringPolicy>
    <encoder>
      <pattern>%d{yyyy-MM-dd HH:mm:ss.SSS Z} [%level] (%thread\): %m%n</pattern>
    </encoder>
  </appender>

  <logger name="io.netty.util" level="INFO"/>
  <logger name="io.netty.buffer" level="INFO"/>

  <root>
    <appender-ref ref="file"/>
  </root>
</configuration>

Version data entries

96 entries across 96 versions & 1 rubygems

Version Path
embulk-0.8.9 embulk-core/src/main/resources/embulk/logback-file.xml
embulk-0.8.9-java embulk-core/src/main/resources/embulk/logback-file.xml
embulk-0.8.8 embulk-core/src/main/resources/embulk/logback-file.xml
embulk-0.8.8-java embulk-core/src/main/resources/embulk/logback-file.xml
embulk-0.8.7 embulk-core/src/main/resources/embulk/logback-file.xml
embulk-0.8.7-java embulk-core/src/main/resources/embulk/logback-file.xml
embulk-0.8.6 embulk-core/src/main/resources/embulk/logback-file.xml
embulk-0.8.6-java embulk-core/src/main/resources/embulk/logback-file.xml
embulk-0.8.5 embulk-core/src/main/resources/embulk/logback-file.xml
embulk-0.8.5-java embulk-core/src/main/resources/embulk/logback-file.xml
embulk-0.8.4 embulk-core/src/main/resources/embulk/logback-file.xml
embulk-0.8.4-java embulk-core/src/main/resources/embulk/logback-file.xml
embulk-0.8.3 embulk-core/src/main/resources/embulk/logback-file.xml
embulk-0.8.3-java embulk-core/src/main/resources/embulk/logback-file.xml
embulk-0.7.11 embulk-core/src/main/resources/embulk/logback-file.xml
embulk-0.7.11-java embulk-core/src/main/resources/embulk/logback-file.xml
embulk-0.8.2 embulk-core/src/main/resources/embulk/logback-file.xml
embulk-0.8.2-java embulk-core/src/main/resources/embulk/logback-file.xml
embulk-0.8.1 embulk-core/src/main/resources/embulk/logback-file.xml
embulk-0.8.1-java embulk-core/src/main/resources/embulk/logback-file.xml