![JAR search and dependency download from the Maven repository](/logo.png)
.scale.cloudpool.splitter.3.0.0.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 cloudpool.splitter Show documentation
Show all versions of cloudpool.splitter Show documentation
A cloud pool that uses a configured list of child cloud pools to carry out operations.
The newest version!
<?xml version="1.0" encoding="UTF-8" ?> <configuration> <!-- Output everything to stdout (according to twelve-factor app manifesto)--> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <target>System.out</target> <filter class="ch.qos.logback.classic.filter.ThresholdFilter"> <level>DEBUG</level> </filter> <encoder> <pattern>%date{ISO8601} [%thread] %-5level [%class{0}:%method:%line] - %msg%n</pattern> </encoder> </appender> <root> <level value="ERROR" /> <appender-ref ref="STDOUT" /> </root> <logger name="com.elastisys"> <level value="DEBUG"/> </logger> </configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy