I've noticed that some uWSGI log messages are always prefixed with current date even if I don't set --logdate. Looking at the sources I see that those lines are coming from uwsgi_log_verbose() that is uwsgi_log() variant that ignores --logdate value and always adds date. I think there uWSGI should always obey --logdate, if someone doesn't enable dates in logs it most likely means that logs are pushed to syslog where date will be added anyway.
-- Łukasz Mierzwa
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
