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

pa.zookeeper-command-line-client.8.450.33.source-code.logback-vespa.xml Maven / Gradle / Ivy

There is a newer version: 8.441.21
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<configuration>
  <appender name="console" class="ch.qos.logback.core.ConsoleAppender">
    <encoder>
      <pattern>[%-5p] %m%n</pattern>
    </encoder>
    <filter class="ch.qos.logback.classic.filter.ThresholdFilter">
      <level>warn</level>
    </filter>
  </appender>
  <root level="debug">
    <appender-ref ref="console"/>
  </root>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy