From 684b2491f83e662ac19b64b760f3c49569f36980 Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Sun, 10 Jan 2021 01:55:43 +0000 Subject: [PATCH] log to stdout for heroku deployments and others --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 608417d..4280682 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ web: gunicorn wsgi:application -b 0.0.0.0:$PORT -w 8 -worker: celery worker --app helios --events --beat --concurrency 1 --logfile celeryw.log --pidfile celeryw.pid \ No newline at end of file +worker: celery worker --app helios --events --beat --concurrency 1 \ No newline at end of file -- GitLab