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

t.testing.2.0.29.source-code.logback-test.xml Maven / Gradle / Ivy

There is a newer version: 2.1.0-BETA-16
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!--
  This only controls logging from the test code.
  For the Stargate code, use stargate-lib/logback.xml.
-->
<configuration>
  <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
    <encoder>
      <pattern>%-5level [%thread] %date{ISO8601} %F:%L - %msg%n</pattern>
    </encoder>
  </appender>
  <root level="${stargate.logging.level.root:-INFO}">
    <appender-ref ref="STDOUT"/>
  </root>
  <logger name="org.apache.cassandra" level="${stargate.logging.level.cassandra:-INFO}"/>
  <logger name="com.datastax.bdp.db" level="${stargate.logging.level.dse:-INFO}"/>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy