I have a python script running by cron. For what ever reason, it is not running. I am wondering if there is anywhere that error messages are sent? Script runs fine by itself. If I run a simple script with crontab, that just writes to a file that works also.
My crontab is:
*/15 * * * * python ./home/pi/foo/bar.pyw