Sync docs from 1.0.x to gh-pages
This commit is contained in:
@@ -855,7 +855,7 @@ we’re passing the dependencies in the <code>groupId:artifactId:version</co
|
||||
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
|
||||
<!-- Minimum logging level to be presented in the console logs-->
|
||||
<level>INFO</level>
|
||||
<level>DEBUG</level>
|
||||
</filter>
|
||||
<encoder>
|
||||
<pattern>${CONSOLE_LOG_PATTERN}</pattern>
|
||||
@@ -908,7 +908,7 @@ we’re passing the dependencies in the <code>groupId:artifactId:version</co
|
||||
</appender>
|
||||
|
||||
<root level="INFO">
|
||||
<!--<appender-ref ref="console"/>-->
|
||||
<appender-ref ref="console"/>
|
||||
<appender-ref ref="logstash"/>
|
||||
<!--<appender-ref ref="flatfile"/>-->
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user