I am running django+gunicorn and I have added errorlog='/var/log/gunicorn.log' to my conf.py. I'd like to force an error to see that this is working. Is there anyway to force an error that would write to this log? Is there another way to test this that I am not thinking of?
I am new to gunicorn and django, so I apologize if it's a no-brainer.