diff --git a/Procfile b/Procfile
index 608417dd038c618cda97dbc7f89e527ccea20dde..428068263e8ce8fe1a8317ec153d6255bf03c4b3 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