All Downloads are FREE. Search and download functionalities are using the official Maven repository.

brooklyn.logback-file.xml Maven / Gradle / Ivy

There is a newer version: 0.7.0-M1
Show newest version
<included>

  <appender name="FILE" class="ch.qos.logback.core.FileAppender">
    <file>brooklyn.log</file>
    <append>true</append>
    <encoder>
      <pattern>%d %-5level %logger{30} [%thread{15}]: %msg%n</pattern>
    </encoder>
  </appender>

</included>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy