diff options
Diffstat (limited to 'ms/blueprintsprocessor/functions/python-executor')
-rw-r--r-- | ms/blueprintsprocessor/functions/python-executor/src/test/resources/logback-test.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ms/blueprintsprocessor/functions/python-executor/src/test/resources/logback-test.xml b/ms/blueprintsprocessor/functions/python-executor/src/test/resources/logback-test.xml index 8d0e8ee04..f06ea1431 100644 --- a/ms/blueprintsprocessor/functions/python-executor/src/test/resources/logback-test.xml +++ b/ms/blueprintsprocessor/functions/python-executor/src/test/resources/logback-test.xml @@ -23,12 +23,12 @@ </encoder> </appender> - <logger name="org.springframework" level="warn" /> - <logger name="org.hibernate" level="info" /> - <logger name="org.onap.ccsdk.cds.blueprintsprocessor" level="info" /> + <logger name="org.springframework" level="warn"/> + <logger name="org.hibernate" level="info"/> + <logger name="org.onap.ccsdk.cds.blueprintsprocessor" level="info"/> <root level="warn"> - <appender-ref ref="STDOUT" /> + <appender-ref ref="STDOUT"/> </root> </configuration> |