Support Board
Date/Time: Tue, 04 Feb 2025 18:48:49 +0000
Post From: acting as a DTC server, can incoming DTC messages be logged to disk?
[2020-01-28 09:39:48] |
uM8137 - Posts: 183 |
> only if they are in JSON since that format is easy to log. That defeats the point of logging, which is to be able to see all activity(!) And after all, dumping all raw message blobs amounts to the same thing, just not asking if they are json first--so even less work! I already have a binary protocol buffer DTC reader, so I can take it from there. Or, even easier, just an option to turn off TLS between Master and Subinstance would suffice (again, less work to do!); then Wireshark or any packet sniffer can do the logging that TLS prevents (without SSLKEYLOGFILE env variable support as in Chrome or Firefox) at the moment. |