diff --git a/conf.d/celeryconfig.py b/conf.d/celeryconfig.py index 8058cf4..dd27286 100644 --- a/conf.d/celeryconfig.py +++ b/conf.d/celeryconfig.py @@ -5,4 +5,4 @@ CELERY_RESULT_BACKEND = "mongodb" CELERY_RESULT_DBURI = os.environ.get('OPENSHIFT_MONGODB_DB_URL') CELERY_IMPORTS = ('celerytks', ) -CELERYD_LOG_FILE = '{0}log/celery/worker1.log'.format(os.environ.get('OPENSHIFT_TMP_DIR')) +#CELERYD_LOG_FILE = '{0}log/celery/worker1.log'.format(os.environ.get('OPENSHIFT_TMP_DIR'))