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

er.openshift.optashift-employee-rostering-benchmark.7.7.0.Final.source-code.logback.xml Maven / Gradle / Ivy

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

  <appender name="consoleAppender" class="ch.qos.logback.core.ConsoleAppender">
    <encoder>
      <pattern>%d{HH:mm:ss.SSS} %-5p [%t] %m%n</pattern>
    </encoder>
  </appender>

  <logger name="org.optaplanner" level="debug"/>

  <root level="warn">
    <appender-ref ref="consoleAppender" />
  </root>

</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy