From 9081eae3d7e25c9df6eea278ff5c25a205bf5b01 Mon Sep 17 00:00:00 2001 From: Doha2012 Date: Wed, 17 May 2017 14:43:57 +0200 Subject: [PATCH] minor logging fix (#1869) --- json-path/src/test/resources/logback.xml | 19 +++++++++++++++++++ orika/src/main/resources/logback.xml | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 json-path/src/test/resources/logback.xml create mode 100644 orika/src/main/resources/logback.xml diff --git a/json-path/src/test/resources/logback.xml b/json-path/src/test/resources/logback.xml new file mode 100644 index 0000000000..ec0dc2469a --- /dev/null +++ b/json-path/src/test/resources/logback.xml @@ -0,0 +1,19 @@ + + + + + web - %date [%thread] %-5level %logger{36} - %message%n + + + + + + + + + + + + + + \ No newline at end of file diff --git a/orika/src/main/resources/logback.xml b/orika/src/main/resources/logback.xml new file mode 100644 index 0000000000..ec0dc2469a --- /dev/null +++ b/orika/src/main/resources/logback.xml @@ -0,0 +1,19 @@ + + + + + web - %date [%thread] %-5level %logger{36} - %message%n + + + + + + + + + + + + + + \ No newline at end of file