diff --git a/src/classes/issues-processor.ts b/src/classes/issues-processor.ts index 70e3bf24..48a770b9 100644 --- a/src/classes/issues-processor.ts +++ b/src/classes/issues-processor.ts @@ -78,7 +78,7 @@ export class IssuesProcessor { this.operations = new StaleOperations(this.options); this._logger.info( - LoggerService.yellow(`Starting the stale action process...`) + LoggerService.yellow(`Starting the stale action process... logging`) ); if (this.options.debugOnly) {