brooklyn.logback-file.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of brooklyn-core Show documentation
Show all versions of brooklyn-core Show documentation
Entity implementation classes, events, and other core elements
<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