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

ring-zeebe-connector-runtime.8.1.14.source-code.logback-spring.xml Maven / Gradle / Ivy

Go to download

Camunda Connector - Self-contained runtime that can connect to any Zeebe/Operate instance

There is a newer version: 8.2.0-alpha1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <include resource="org/springframework/boot/logging/logback/defaults.xml"/>
  <include resource="org/springframework/boot/logging/logback/console-appender.xml"/>

  <logger name="io.camunda" level="info" />
  <root level="info">
    <appender-ref ref="CONSOLE" />
  </root>

</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy