Increase logging verbosity on all scipio containers

This commit is contained in:
Ethan Paul 2021-02-19 22:54:44 -05:00
parent cd3817dfb6
commit d0ae93751a
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF
1 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ services:
environment:
<<: *globalenv
SCIPIO_INTERVAL: "10"
command: --phantom
command: --phantom -vvv
deploy:
replicas: 1
@ -97,7 +97,7 @@ services:
environment:
<<: *globalenv
SCIPIO_INTERVAL: "5"
command: --executor
command: --executor -vvv
deploy:
replicas: 1
@ -112,6 +112,6 @@ services:
environment:
<<: *globalenv
SCIPIO_INTERVAL: "60"
command: --falcon
command: --falcon -vvv
deploy:
replicas: 1