Print reactors state after configuration
This commit is contained in:
@@ -244,7 +244,7 @@ class ChildRegistrationUtils {
|
|||||||
if (positionVsParent == "upstream") {
|
if (positionVsParent == "upstream") {
|
||||||
this.mainClass.reactors[1] = reactor;
|
this.mainClass.reactors[1] = reactor;
|
||||||
}
|
}
|
||||||
this.logger.info(`Reactor registered successfully.`);
|
this.logger.info(`Reactor registered successfully: ${this.mainClass.reactors}`);
|
||||||
} else {
|
} else {
|
||||||
this.logger.error(`Reactor not registered!`)
|
this.logger.error(`Reactor not registered!`)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user