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.example | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 juick-core/src/main/resources/logback.xml.example (limited to 'juick-core/src/main/resources/logback.xml.example') 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