All Downloads are FREE. Search and download functionalities are using the official Maven repository.

a.docs.3.3.32.source-code.logback.xml Maven / Gradle / Ivy

There is a newer version: 3.3.40
Show newest version
<!--
  ~ The contents of this file are subject to the Terracotta Public 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://terracotta.org/legal/terracotta-public-license.
  ~
  ~ Software distributed under the License is distributed on an "AS IS" basis,
  ~ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
  ~ the specific language governing rights and limitations under the License.
  ~
  ~ The Covered Software is Angela.
  ~
  ~ The Initial Developer of the Covered Software is
  ~ Terracotta, Inc., a Software AG company
  -->

<configuration>

  <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
    <encoder>
      <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{1}:%L - %msg%n</pattern>
    </encoder>
  </appender>

  <logger name="net.schmizz.sshj" level="ERROR"/>

  <root level="INFO">
    <appender-ref ref="STDOUT" />
  </root>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy