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.
Hi Zhing,
As far as I know this is expected behavior. Only the original element will contain these log lines. The same applies with the stream viewer. If you open the stream viewer of the replicated element, you will only see details related to the connection between the replicated and the original element.
Hope it helps.