Re: django & gunicorn: KeyError with active log-config setting

2014-11-17 Thread Collin Anderson
Hello, You may want to try asking this on the gunicorn mailing list if you haven't. Thanks, Collin On Thursday, November 13, 2014 7:35:40 AM UTC-5, Florian Auer wrote: > > Hi > > I wanted to let my gunicorn server to log its config into a dedicated file. > Therefore I added an extra line: > exe

django & gunicorn: KeyError with active log-config setting

2014-11-13 Thread Florian Auer
Hi I wanted to let my gunicorn server to log its config into a dedicated file. Therefore I added an extra line: exec ../bin/gunicorn ${DJANGO_WSGI_MODULE}:application \ --name $NAME \ --workers $NUM_WORKERS \ --user=$USER --group=$GROUP \ --log-level=debug \ --bind=unix:$SOCKFILE \ --log-file=$ERR