Hi. The problem with python logging is, that without additional effort one cannot log from multiple processes to a single file.
So I wondered about some kind of 'standard' recipe to log into one file from uwsgi. I could just log to stdout, but then the logging would be interleaved with uwsgi log messages. Is there a simple way to log all python logs from all processes into one file and all uwsgi logs into another one? Alternatively I could perhaps try to log each process into a separate file and mix them 'afterwards' How do other's log on servers which are basically, operational, but still need rather detailed logs in order to pinpoint the rarer bugs. (one file, multiple files, socket server / ASCII / binary log record / . . . ) _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
