diff options
Diffstat (limited to 'testsuites')
-rw-r--r-- | testsuites/integration/integration-uservice-test/src/test/resources/logback-test.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/integration/integration-uservice-test/src/test/resources/logback-test.xml b/testsuites/integration/integration-uservice-test/src/test/resources/logback-test.xml index 341a9fdaa..1fa56526f 100644 --- a/testsuites/integration/integration-uservice-test/src/test/resources/logback-test.xml +++ b/testsuites/integration/integration-uservice-test/src/test/resources/logback-test.xml @@ -3,6 +3,7 @@ ============LICENSE_START======================================================= Copyright (C) 2016-2018 Ericsson. All rights reserved. Modifications Copyright (C) 2020 Nordix Foundation. + Modifications Copyright (C) 2021 Bell Canada. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -36,7 +37,7 @@ </root> - <logger name="org.onap.policy.apex" level="INFO" additivity="false"> + <logger name="org.onap.policy.apex" level="DEBUG" additivity="false"> <appender-ref ref="STDOUT" /> </logger> |