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

ueprint-camel-drools-decision-table-example.6.1.0.CR2.source-code.logback.xml Maven / Gradle / Ivy

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

<configuration>

  <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
    <!-- encoders are assigned the type
         ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
    <encoder>
      <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{5} - %msg%n</pattern>
    </encoder>
  </appender>

  <logger name="org.drools.camel.example" level="INFO" additivity="false">
    <appender-ref ref="STDOUT" />
  </logger>

  <logger name="org.camel" level="INFO" additivity="false">
    <appender-ref ref="STDOUT" />
  </logger>

  <!-- Strictly speaking, the level attribute is not necessary since -->
  <!-- the level of the root level is set to DEBUG by default.       -->
  <root level="DEBUG">
    <appender-ref ref="STDOUT" />
  </root>

</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy