Skip to content

Commit 7b76712

Browse files
bugfix: ZENKO-818 sensitive config in debug log
Do not display sensitive config containing secrets in debug logs from management layer
1 parent 42974fa commit 7b76712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/management/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function loadOverlayVersion(metadata, version, cb) {
6969
return cb(err);
7070
}
7171
const convConf = convertOverlayFormat(val);
72-
logger.debug('converted config', { convConf });
72+
logger.debug('converted overlay config to newest format');
7373
return cb(null, convConf);
7474
});
7575
}

0 commit comments

Comments
 (0)