Skip to content

Commit

Permalink
Set log-level to info on Heroku worker
Browse files Browse the repository at this point in the history
  • Loading branch information
umluizlima committed May 31, 2020
1 parent 8c5637c commit 378b6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: uvicorn --host=0.0.0.0 --port=$PORT app.api:api
worker: celery worker --app=app.worker
worker: celery worker --app=app.worker --loglevel info

0 comments on commit 378b6e7

Please sign in to comment.