After updating the EmaConfig.xml file with the line <XmlTraceRead value="1"/>, I expected to see the details of incoming messages (like refresh messages) in the log file. However, despite the configuration change, the incoming messages are not appearing in the logs.
The following is my changes
<XmlTraceFileName value="logs/EmaTrace"/>
<XmlTraceToFile value="1"/>
<XmlTraceToMultipleFiles value="1"/>
<XmlTraceRead value="1"/>
<XmlTraceWrite value="1"/>
I can see the outgoing messages (like request) in the log file but can't find any incoming messages.