diff options
author | sebdet <sebastien.determe@intl.att.com> | 2021-01-14 11:09:16 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2021-01-14 11:09:16 +0100 |
commit | cc026b95671b60d39bfcba5e63b60ba8f3944b70 (patch) | |
tree | 5ed42ba8cd58e126a30c165c5113801b5691050e /src/test | |
parent | 0b913bbd8529f079e66fd40a38110ffc782459cc (diff) |
Fix sonar
Fix sonar report by re-enabling the jacoco in integration test phase (this is set in the policy integration parent)
Issue-ID: POLICY-2922
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I283aca6bc0e8b2518b72854fad0289bbc082b78d
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/resources/logback.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/logback.xml b/src/test/resources/logback.xml index c47cab31c..97a8982a9 100644 --- a/src/test/resources/logback.xml +++ b/src/test/resources/logback.xml @@ -64,7 +64,7 @@ <!-- CLDS related loggers --> <logger - name="org.onap.clamp" + name="org.onap.policy.clamp" level="DEBUG"> <appender-ref ref="STDOUT" /> </logger> |