I am very curious of why the error shows up on the error.log
2017-01-10 01:00:47,509 :IOError: write error
2017-01-10 01:00:47,510 :Error running WSGI application
2017-01-10 01:00:47,510 :GeneratorExit
Server.log shows this
2017-01-10 01:00:47 Tue Jan 10 01:00:47 2017 - uwsgi_response_writev_headers_and_body_do(): Broken pipe [core/writer.c line 287] during GET / (10.0.0.236)
2017-01-10 01:00:47 RuntimeError
2017-01-10 01:00:47 :
2017-01-10 01:00:47 generator ignored GeneratorExit
2017-01-10 01:00:47
I am not sure what caused it. I mean, I don't see any downtimes with my website at this moment, though it would be great if it doesnt spam the error log with unknown messages.