Skip to content

Commit

Permalink
onInit logging info->debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Hendrey committed Feb 23, 2024
1 parent 1b12885 commit 43893fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TemplateProcessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ export default class TemplateProcessor {
this.isInitializing = true;
//run all initialization plugins
for (const [name, task] of this.onInitialize) {
this.logger.info(`Running onInitialize plugin '${name}'...`);
this.logger.debug(`Running onInitialize plugin '${name}'...`);
await task();
}
try {
Expand Down

0 comments on commit 43893fa

Please sign in to comment.