olver.timefold-solver-python-core.1.14.0.source-code.logback.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of timefold-solver-python-core Show documentation
Show all versions of timefold-solver-python-core Show documentation
Timefold solves planning problems.
This lightweight, embeddable planning engine implements powerful and scalable algorithms
to optimize business resource scheduling and planning.
This module contains the core implementation of the Python solver.
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <configuration> <statusListener class="ch.qos.logback.core.status.NopStatusListener" /> <appender name="pythonDelegateAppender" class="ai.timefold.solver.python.logging.PythonDelegateAppender"/> <logger name="ai.timefold" level="${logback.level.ai.timefold:-info}"/> <root level="warn"> <appender-ref ref="pythonDelegateAppender" /> </root> </configuration>