updated debug statement

This commit is contained in:
Rahul Somasundaram
2021-09-01 11:46:10 +05:30
parent 32089ea272
commit 8b07a67133
7 changed files with 5803 additions and 14 deletions

View File

@ -390,7 +390,7 @@ const internalCertificate = {
source
.map((fl) => {
let fileName = path.basename(fl);
logger.debug(fileName, ' added to certificate download zip');
logger.debug(fl, 'added to certificate zip');
archive.file(fl, { name: fileName });
});
archive