diff options
author | Alexander Alexeev | 2016-11-11 02:24:23 +0700 |
---|---|---|
committer | Vitaly Takmazov | 2016-11-11 17:28:01 +0300 |
commit | 3109f7da3b2363444459f7a8bb95c852e8add26d (patch) | |
tree | b297799274518843fc752591db512c145d52d291 /juick-core | |
parent | c825b607c725b5e0d10d826b65b6a183a81540e7 (diff) |
logback reverted
Diffstat (limited to 'juick-core')
-rw-r--r-- | juick-core/src/main/resources/logback.xml.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/juick-core/src/main/resources/logback.xml.example b/juick-core/src/main/resources/logback.xml.example index 9e3bf16c..d80b4b33 100644 --- a/juick-core/src/main/resources/logback.xml.example +++ b/juick-core/src/main/resources/logback.xml.example @@ -1,4 +1,5 @@ -<configuration> +<?xml version="1.0" encoding="UTF-8"?> +<configuration debug="true"> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <!-- encoders are assigned the type ch.qos.logback.classic.encoder.PatternLayoutEncoder by default --> |