> Hi, > > I'm using Django + uwsgi + nginx, recently I've observed the a.m. IOError > in the logs: > > See: https://dpaste.de/HRDQ > > Any idea? > > It seems like it started after a recent upgrade of uwsgi to > 2.0.3-1chl1~precise1 but I'm not sure about that. > >
you should get at least another log line which reports why the error was generated (before the python traceback, unless you are reporting the traceback sent by email, in such a case you should check your logs 'manually'). If you were using a uWSGI version < 1.4 such errors were reported only in logs without python traceback so it is pretty normal you never noted them -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
