Removed logging of configuration snapshot as it might leak sensitive data in the... 74/102774/4
authorSerge Simard <serge@agilitae.com>
Mon, 2 Mar 2020 18:51:21 +0000 (13:51 -0500)
committerSerge Simard <serge@agilitae.com>
Sat, 28 Mar 2020 03:38:23 +0000 (03:38 +0000)
Issue-ID: CCSDK-2151
Signed-off-by: Serge Simard <serge@agilitae.com>
Change-Id: I3422fbf2fd82c7a0e11d9663265e21525c102496
Signed-off-by: Serge Simard <serge@agilitae.com>
ms/blueprintsprocessor/functions/config-snapshots/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/config/snapshots/ComponentConfigSnapshotsExecutor.kt

index 0bf4e5f..311e95b 100644 (file)
@@ -194,7 +194,7 @@ open class ComponentConfigSnapshotsExecutor(private val cfgSnapshotService: Reso
     private fun setNodeOutputProperties(status: String, snapshot: String) {
         setAttribute(OUTPUT_STATUS, status.asJsonPrimitive())
         setAttribute(OUTPUT_SNAPSHOT, snapshot.asJsonPrimitive())
-        log.info("Setting output $OUTPUT_STATUS=$status, $OUTPUT_SNAPSHOT=$snapshot ")
+        log.debug("Setting output $OUTPUT_STATUS=$status")
     }
 
     /**