I have one question. I have a replicated element.
What's strange is that the replicated element is not logging any information at all, whereas in the original element it is logging the information I wanted. Both are using the same protocol version.
May I know why is this so? I need the same logging information for debugging purposes.
A replicated element does not execute any protocol logic. The timers are not active, the trigger will not fire. It receives parameter changes from the original element in SLProtocol, which will update the parameter values for itself and push it to the other DataMiner processes.
So like Miguel said, this is the expected behaviour.