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

ia.open-metadata-types.2.8.source-code.logback-om.xml Maven / Gradle / Ivy

Go to download

The Open Metadata Types provides the type definitions for open metadata. They are packaged into an open metadata archive.

There is a newer version: 5.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>

<!-- SPDX-License-Identifier: Apache-2.0 -->
<!-- Copyright Contributors to the ODPi Egeria project. -->

<configuration>

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy