Skip to content

Commit 5c61630

Browse files
author
naman-contentstack
committed
added info logs
1 parent 4aa9803 commit 5c61630

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/contentstack-audit/src/audit-base-command.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ export abstract class AuditBaseCommand extends BaseCommand<typeof AuditBaseComma
7474
// Initialize audit context
7575
this.auditContext = this.createAuditContext();
7676
log.debug(`Starting audit command: ${command}`, this.auditContext);
77+
log.info(`Starting audit command: ${command}`, this.auditContext);
78+
7779

7880
await this.promptQueue();
7981
await this.createBackUp();
@@ -224,6 +226,8 @@ export abstract class AuditBaseCommand extends BaseCommand<typeof AuditBaseComma
224226
// Update audit context with current module
225227
this.auditContext = this.createAuditContext(module);
226228
log.debug(`Starting audit for module: ${module}`, this.auditContext);
229+
log.info(`Starting audit for module: ${module}`, this.auditContext);
230+
227231
print([
228232
{
229233
bold: true,

0 commit comments

Comments
 (0)