From e05c600b0cf79ec38ae470b1182cbd71a9712de6 Mon Sep 17 00:00:00 2001 From: zzpwelkin Date: Fri, 27 Dec 2013 15:36:12 +0800 Subject: [PATCH] fix --- conf.d/celeryconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))