From 23da1736eee40ddf8e45d2984726f1f0c3721497 Mon Sep 17 00:00:00 2001 From: Ronny Abraham Date: Wed, 7 Sep 2016 22:03:10 +0300 Subject: [PATCH] added some debug checking in gunicorn generate modified: modules/django.py --- modules/django.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/django.py b/modules/django.py index 23f7eca..6017dea 100644 --- a/modules/django.py +++ b/modules/django.py @@ -460,6 +460,9 @@ def generate_gunicorn(make_link=True): logger.debug('files_path\t: %s' % files_path) + logger.debug('files config src: %s' % + configuration.templates.gunicorn.conf.src) + logger.debug('\n%s' % print_run(msg_link_gunicorn)) else: