From 958ec2269c902f3ebb11b13527fbc860ee9381e7 Mon Sep 17 00:00:00 2001
From: "p.vanderwilt"
Date: Wed, 3 Sep 2025 11:13:00 +0200
Subject: [PATCH] Print reactors state after configuration
---
src/helper/childRegistrationUtils.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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!`)
}