File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
packages/contentstack-audit/src Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments