diff options
author | Alexander Alexeev | 2016-11-12 00:37:48 +0700 |
---|---|---|
committer | Vitaly Takmazov | 2016-11-12 11:14:55 +0300 |
commit | dd6f08b078cf7783d4ce81f15abb199285671304 (patch) | |
tree | 7e87464151005282cfee011b64be9faeba79a72e /juick-notifications/src/main | |
parent | 8b9a4da9ae8aaa7c62990964af61e5fc823ff84a (diff) |
logback example corrected
Diffstat (limited to 'juick-notifications/src/main')
-rw-r--r-- | juick-notifications/src/main/resources/logback.xml | 13 |
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 |