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-www/src/main/resources | |
parent | c825b607c725b5e0d10d826b65b6a183a81540e7 (diff) |
logback reverted
Diffstat (limited to 'juick-www/src/main/resources')
-rw-r--r-- | juick-www/src/main/resources/logback.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/juick-www/src/main/resources/logback.xml b/juick-www/src/main/resources/logback.xml deleted file mode 100644 index 9e3bf16c..00000000 --- a/juick-www/src/main/resources/logback.xml +++ /dev/null @@ -1,13 +0,0 @@ -<configuration> - <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> - <!-- encoders are assigned the type - ch.qos.logback.classic.encoder.PatternLayoutEncoder by default --> - <encoder> - <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern> - </encoder> - </appender> - - <root level="info"> - <appender-ref ref="STDOUT" /> - </root> -</configuration>
\ No newline at end of file |