From dd6f08b078cf7783d4ce81f15abb199285671304 Mon Sep 17 00:00:00 2001 From: Alexander Alexeev Date: Sat, 12 Nov 2016 00:37:48 +0700 Subject: logback example corrected --- juick-core/src/main/resources/logback.xml.example | 21 +++++++++++++++++++++ juick-notifications/src/main/resources/logback.xml | 13 ------------- 2 files changed, 21 insertions(+), 13 deletions(-) delete mode 100644 juick-notifications/src/main/resources/logback.xml diff --git a/juick-core/src/main/resources/logback.xml.example b/juick-core/src/main/resources/logback.xml.example index d80b4b33..05a3cfdf 100644 --- a/juick-core/src/main/resources/logback.xml.example +++ b/juick-core/src/main/resources/logback.xml.example @@ -8,6 +8,27 @@ + + + + + + + + + + + + + + + + + + + + + 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 @@ - - - - - %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n - - - - - - - \ No newline at end of file -- cgit v1.2.3