Set celery logging level
This commit is contained in:
parent
8b47fd8216
commit
afc3c11775
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ services:
|
||||||
celery:
|
celery:
|
||||||
build: .
|
build: .
|
||||||
container_name: celery
|
container_name: celery
|
||||||
command: celery -A newsreader worker --beat --scheduler django --workdir=/app/src/
|
command: celery -A newsreader worker -l INFO --beat --scheduler django --workdir=/app/src/
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_HOST=$POSTGRES_HOST
|
- POSTGRES_HOST=$POSTGRES_HOST
|
||||||
- POSTGRES_NAME=$POSTGRES_NAME
|
- POSTGRES_NAME=$POSTGRES_NAME
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue