diff --git a/src/helper/childRegistrationUtils.js b/src/helper/childRegistrationUtils.js index 532e414..eac2e7d 100644 --- a/src/helper/childRegistrationUtils.js +++ b/src/helper/childRegistrationUtils.js @@ -244,7 +244,7 @@ class ChildRegistrationUtils { if (positionVsParent == "upstream") { this.mainClass.reactors[1] = reactor; } - this.logger.info(`Reactor registered successfully.`); + this.logger.info(`Reactor registered successfully: ${this.mainClass.reactors}`); } else { this.logger.error(`Reactor not registered!`) }