I’ve been trying to send messages to the resin.io logs in the resin.io dashboard page but unsuccessful.
I’ve tried from python using sys.stdout.write and sys.stderr.write.
i’ve tried echo “hello” > /dev/stdout
i’ve tried echo “hello” > /dev/stderr
i’ve tried echo “hello” > /proc/1/fd/1
Help please! thanks!