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

in-hunter.k-file-detector.1.0.6.source-code.logback.xml Maven / Gradle / Ivy

There is a newer version: 1.0.14
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<configuration debug="false" scan="true">
    <include resource="io/github/kylinhunter/commons/app/kylinhunter-app-default.xml"/>
    <property name="app.name" value="k-file-detector"/>
    <property name="app.logging.log_file_path_prefix" value="./logs/${app.name}"/>
    <property name="app.logging.log_level" value="ERROR"/>
    <include resource="io/github/kylinhunter/commons/app/kylinhunter-app.xml"/>
    <logger name="io.github.kylinhunter" level="INFO"/>

</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy