diff options
Diffstat (limited to 'testsuites/integration/integration-executor-test')
-rw-r--r-- | testsuites/integration/integration-executor-test/src/test/resources/logback-test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/integration/integration-executor-test/src/test/resources/logback-test.xml b/testsuites/integration/integration-executor-test/src/test/resources/logback-test.xml index b0fa687ce..549fb1912 100644 --- a/testsuites/integration/integration-executor-test/src/test/resources/logback-test.xml +++ b/testsuites/integration/integration-executor-test/src/test/resources/logback-test.xml @@ -72,7 +72,7 @@ <appender-ref ref="STDOUT" /> </logger> - <logger name="com.ericsson.apex" level="INFO" additivity="false"> + <logger name="org.onap.policy.apex" level="INFO" additivity="false"> <appender-ref ref="STDOUT" /> </logger> </configuration> |