.engine-core.3.12.135.source-code.logback.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of engine-core Show documentation
Show all versions of engine-core Show documentation
Runtime artifact for nosqlbench;
This module ties the core libraries, provided drivers, and API into a single executable jar
<?xml version="1.0" encoding="UTF-8"?> <!-- logback.xml for engine-core --> <configuration> <statusListener class="ch.qos.logback.core.status.NopStatusListener" /> <!--<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">--> <!--<encoder>--> <!--<Pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</Pattern>--> <!--</encoder>--> <!--</appender>--> <logger name="io.nosqlbench" specificity="TRACE"/> </configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy