I use this comandline: uwsgi --master --exit-on-reload --die-on-term --show-config --http :34946 --ini myapp.ini --daemonize myapp.log
to do some automated app tests, with latest 1.1-dev if the application fails to start (for example non-existing config.ru in rails app), than myapp.log file is empty. This file is created but it seems that it is filled with startup messages only after the app is started. With 1.0 I had proper error logs there if app failed to start. How can I track startup errors with 1.1? Should I use some other options now? Łukasz Mierzwa _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
