Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 05:11:45 +0000



acting as a DTC server, can incoming DTC messages be logged to disk?

View Count: 555

[2020-01-28 05:16:25]
uM8137 - Posts: 180
Can SierraChart --when acting as a DTC server -- log to disk the DTC requests it sees from DTC clients?

How could I do that?

Thank you!
Date Time Of Last Edit: 2020-01-28 05:16:36
[2020-01-28 06:12:37]
Sierra Chart Engineering - Posts: 104368
Yes we can look into that but only if they are in JSON since that format is easy to log.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2020-01-28 09:39:48]
uM8137 - Posts: 180
> 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.
[2020-01-29 18:21:39]
Sierra_Chart Engineering - Posts: 14423
You can easily do your own logging when you send the messages.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2020-01-29 19:23:18]
uM8137 - Posts: 180
I want to see the DTC messages that SierraChart is sending in certain cases, so I can emulate them from my DTC client.
[2020-01-31 04:25:16]
uM8137 - Posts: 180
I think I managed to figure it out without peeking. So not a priority now.

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account