From 264d588e6fc239daecc0fd09b98d6872c1beab96 Mon Sep 17 00:00:00 2001
From: Vitaly Takmazov
Date: Thu, 10 Nov 2016 21:44:54 +0300
Subject: move logback config to example
---
juick-core/src/main/resources/logback.xml | 13 -------------
juick-core/src/main/resources/logback.xml.example | 13 +++++++++++++
2 files changed, 13 insertions(+), 13 deletions(-)
delete mode 100644 juick-core/src/main/resources/logback.xml
create mode 100644 juick-core/src/main/resources/logback.xml.example
(limited to 'juick-core')
diff --git a/juick-core/src/main/resources/logback.xml b/juick-core/src/main/resources/logback.xml
deleted file mode 100644
index 9e3bf16c..00000000
--- a/juick-core/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
diff --git a/juick-core/src/main/resources/logback.xml.example b/juick-core/src/main/resources/logback.xml.example
new file mode 100644
index 00000000..9e3bf16c
--- /dev/null
+++ b/juick-core/src/main/resources/logback.xml.example
@@ -0,0 +1,13 @@
+
+
+
+
+ %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
+
+
+
+
+
+
+
\ No newline at end of file
--
cgit v1.2.3