Print reactors state after configuration

This commit is contained in:
2025-09-03 11:13:00 +02:00
parent 0bccad05f8
commit 958ec2269c

View File

@@ -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!`)
}