I am running Python on a Raspberry Pi and everything works great. I have a small script running on the system start up which prints several warning messages (which I actually cannot read since it is running in the background)...
My question is: Is there a way via SSH to "open" this running script instance and see what is going on or a log file is the only way to work with that?
Thanks!