blob: 9dd8bf3ca55102b333ec19eee8a4df0420a69597 [file] [log] [blame]
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~
~ 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>
<logger name="akka" level="WARN"/>
<logger name="ch.qos.logback" level="ERROR"/>
<logger name="com.mongodb" level="WARN"/>
<logger name="com.foursquare" level="WARN"/>
<logger name="com.google" level="WARN"/>
<logger name="org.apache.streams.youtube" level="WARN"/>
<logger name="io.dropwizard" level="WARN"/>
<logger name="org.apache.streams" level="WARN"/>
<logger name="org.apache.spark" level="WARN"/>
<logger name="org.apache.hadoop" level="ERROR"/>
<logger name="org.apache.pig" level="WARN"/>
<logger name="org.apache.http" level="WARN"/>
<logger name="org.elasticsearch" level="WARN"/>
<logger name="org.reflections" level="WARN"/>
<logger name="org.spark-project.jetty" level="WARN"/>
<logger name="org.eclipse.jetty" level="WARN"/>
<logger name="Remoting" level="WARN"/>
<appender name="STDOUT"
class="ch.qos.logback.core.ConsoleAppender"> <!-- encoders are assigned the type ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
<encoder>
<pattern>%-4relative [%thread] %-5level %logger{35} - %msg %n</pattern>
</encoder>
</appender>
<root level="INFO">
<appender-ref ref="STDOUT"/>
</root>
</configuration>