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

cessor.openapi-processor-core.2024.7.source-code.logback.xml Maven / Gradle / Ivy

There is a newer version: 2024.6.1
Show newest version
<configuration>

  <appender name="io.openapiprocessor.mapping" class="ch.qos.logback.core.ConsoleAppender">
    <encoder>
      <pattern>%msg%n</pattern>
    </encoder>
  </appender>

  <logger name="io.openapiprocessor.core.converter.mapping" level="WARN" additivity="false">
    <appender-ref ref="io.openapiprocessor.mapping" />
  </logger>

</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy