ring-zeebe-connector-runtime.8.1.14.source-code.logback-spring.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-zeebe-connector-runtime Show documentation
Show all versions of spring-zeebe-connector-runtime Show documentation
Camunda Connector - Self-contained runtime that can connect to any Zeebe/Operate instance
<?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>