summaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authordfarrelly <david.farrelly@est.tech>2019-04-08 10:24:10 +0000
committerdfarrelly <david.farrelly@est.tech>2019-04-08 10:24:10 +0000
commitdc280ce19354f127d4f1ffd1ff83f6642a7eeb6a (patch)
tree85813851570d545c0ce440220b8a8a9806e6cdc6 /src/main/resources
parent49d2deae8aa7b57ecf6fb692803594c1bae8e8bf (diff)
Remove subscription through Bus Controller
*Remove DR subscription through Bus Controller *Add remaining data consumed indicators *Blueprint and Config updates to remove subscription Issue-ID: DCAEGEN2-1038 Change-Id: I8cee463a27156fa656b0e66ef3ee231daeeda8bc Signed-off-by: dfarrelly <david.farrelly@est.tech>
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/logback.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml
index 0d5d83c..dff2f8b 100644
--- a/src/main/resources/logback.xml
+++ b/src/main/resources/logback.xml
@@ -15,7 +15,7 @@
<property name="p_thr" value="%thread"/>
<property name="pattern" value="%nopexception${p_tim}\t${p_thr}\t${p_lvl}\t${p_log}\t${p_mdc}\t${p_msg}\t${p_exc}\t${p_mak}\t%n"/>
- <variable name="logLevel" value="${LOG_LEVEL:-INFO}"/>
+ <variable name="logLevel" value="${LOG_LEVEL:-DEBUG}"/>
<logger name="org.mockserver" level="${mockserver.logLevel:-OFF}"/>