e.mesos.rx.java.example.mesos-rxjava-example-framework.0.1.2.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 mesos-rxjava-example-framework Show documentation
Show all versions of mesos-rxjava-example-framework Show documentation
A simple framework that launches sleep tasks to exercise the client and the mesos http api.
<!-- ~ Copyright (C) 2015 Mesosphere, Inc ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <configuration scan="true" scanPeriod="30 seconds"> <contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator"> <resetJUL>true</resetJUL> </contextListener> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>%date %-5.5level [%-40.40thread] %-36.36logger{36} - %message%n</pattern> </encoder> </appender> <logger name="com.mesosphere.mesos.rx.java" level="debug"/> <!--<logger name="com.mesosphere.mesos.rx.java.example.framework.sleepy.State" level="debug"/>--> <logger name="io.netty.handler.logging.LoggingHandler" level="info"/> <root level="info"> <appender-ref ref="STDOUT"/> </root> </configuration>