Sending to dashboard

I’ve been trying to send messages to the resin.io logs in the resin.io dashboard page but unsuccessful. :frowning:
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! :slight_smile: thanks!

Hi @maoie if you post your question in https://forums.balena.io/c/troubleshooting, you’re likely to get a quicker response from the team :slight_smile:

thanks