From 9549b15e49091091c88b90d77205776d1a4cd830 Mon Sep 17 00:00:00 2001 From: pared Date: Mon, 15 Aug 2016 16:56:36 +0200 Subject: [PATCH] Added logback.xml to spring-boot, log level: INFO (#609) * initial * working * added injection test * [COMMIT-ID-PLUGIN] Add default value for testcheck * pivovarit review refactor * pivovarit review refactor * add logback, log level: INFO --- spring-boot/src/main/resources/logback.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 spring-boot/src/main/resources/logback.xml diff --git a/spring-boot/src/main/resources/logback.xml b/spring-boot/src/main/resources/logback.xml new file mode 100644 index 0000000000..78913ee76f --- /dev/null +++ b/spring-boot/src/main/resources/logback.xml @@ -0,0 +1,14 @@ + + + + + web - %date [%thread] %-5level %logger{36} - %message%n + + + + + + + + + \ No newline at end of file