diff --git a/resources/logback.xml b/resources/logback.xml deleted file mode 100644 index efc6535..0000000 --- a/resources/logback.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!-- For assistance related to logback-translator or configuration --> -<!-- files in general, please contact the logback user mailing list --> -<!-- at http://www.qos.ch/mailman/listinfo/logback-user --> -<!-- --> -<!-- For professional support please see --> -<!-- http://www.qos.ch/shop/products/professionalSupport --> -<!-- --> -<configuration> - <appender name="console" class="ch.qos.logback.core.ConsoleAppender"> - <encoder> - <pattern>%-5p %c: %m%n</pattern> - </encoder> - </appender> - <root level="INFO"> - <appender-ref ref="console"/> - </root> -</configuration>