aboutsummaryrefslogtreecommitdiff
path: root/juick-notifications/src
diff options
context:
space:
mode:
authorGravatar Alexander Alexeev2016-11-12 00:37:48 +0700
committerGravatar Vitaly Takmazov2016-11-12 11:14:55 +0300
commitdd6f08b078cf7783d4ce81f15abb199285671304 (patch)
tree7e87464151005282cfee011b64be9faeba79a72e /juick-notifications/src
parent8b9a4da9ae8aaa7c62990964af61e5fc823ff84a (diff)
logback example corrected
Diffstat (limited to 'juick-notifications/src')
-rw-r--r--juick-notifications/src/main/resources/logback.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/juick-notifications/src/main/resources/logback.xml b/juick-notifications/src/main/resources/logback.xml
deleted file mode 100644
index 9e3bf16c..00000000
--- a/juick-notifications/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