I've tried "python quickstart.py > monitorlog.txt", the monitorlog.txt is created, but does not contain any content.
Is this possible? I'm essentially trying to monitor the performance of the script, to ensure it does not run into any issues.
tail -f logs/general.log
thank you!