My goal is to see a debug log, similar to that which shows up when I type mos console, on an AWS MQTT topic. I’ve tried to point stderr_topic and stdout_topic to AWS topics, but I haven’t had any luck and I think it may be a dead end.
Additionally, I have connected to my device using mos --cert-file certfile.crt.pem --key-file aws-cerfile.key.pem --port mqtts://mqttport.iot.awsregion.amazonaws.com and run mos console using that method. When I do so, I get the following message:
Connecting to tcps://mqttport.iot.us-east-1.amazonaws.com...
Subscribed to device/log
Does anyone have any advice or insight, or is this a doomed endeavor? I appreciate any help you can provide!