nnector.spring-boot-starter-camunda-connectors.8.7.0-alpha2.1.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-boot-starter-camunda-connectors Show documentation
Show all versions of spring-boot-starter-camunda-connectors Show documentation
An implementation of the Camunda Connector Runtime based on Spring Zeebe.
<?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 - 2025 Weber Informatics LLC | Privacy Policy