Deployment fixes.
[fnpdjango.git] / fnpdjango / deploy / templates / gunicorn.template
index f79aa7e..5cf60f4 100644 (file)
@@ -10,5 +10,6 @@ CONFIG = {
         '--timeout=180',
         'wsgi:application',
         '--access-logfile=%(app_path)s/log/gunicorn.log',
+        '--error-logfile=%(app_path)s/log/gunicorn-error.log'.
     ),
 }