Increase logging verbosity on all scipio containers
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user