Skip to content

Commit d7e172a

Browse files
committed
Reduce the verbosity of the worker in compose #973
Signed-off-by: Thomas Druez <tdruez@nexb.com>
1 parent a17b5ce commit d7e172a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
command: wait-for-it --strict --timeout=120 web:8000 -- sh -c "
4343
./manage.py rqworker --worker-class scancodeio.worker.ScanCodeIOWorker
4444
--queue-class scancodeio.worker.ScanCodeIOQueue
45-
--verbosity 2"
45+
--verbosity 1"
4646
env_file:
4747
- docker.env
4848
volumes:

0 commit comments

Comments
 (0)