mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-04-21 17:53:47 +00:00
make deluge logs less verbose in CI
This commit is contained in:
parent
b9c3fa28f7
commit
ab0abbd4b5
@ -12,6 +12,7 @@ services:
|
||||
environment:
|
||||
- DELUGE_RPC_PORT=6890
|
||||
- DELUGE_LISTEN_PORTS=6891,6892
|
||||
- DELUGE_LOG_LEVEL=${DELUGE_LOG_LEVEL:-info}
|
||||
volumes:
|
||||
- ./volume/deluge-1:/var/lib/deluge
|
||||
- ./volume/deluge-1/downloads:/var/lib/deluge/downloads
|
||||
@ -25,6 +26,7 @@ services:
|
||||
environment:
|
||||
- DELUGE_RPC_PORT=6893
|
||||
- DELUGE_LISTEN_PORTS=6894,6895
|
||||
- DELUGE_LOG_LEVEL=${DELUGE_LOG_LEVEL:-info}
|
||||
volumes:
|
||||
- ./volume/deluge-2:/var/lib/deluge
|
||||
- ./volume/deluge-2/downloads:/var/lib/deluge/downloads
|
||||
@ -38,6 +40,7 @@ services:
|
||||
environment:
|
||||
- DELUGE_RPC_PORT=6896
|
||||
- DELUGE_LISTEN_PORTS=6897,6898
|
||||
- DELUGE_LOG_LEVEL=${DELUGE_LOG_LEVEL:-info}
|
||||
volumes:
|
||||
- ./volume/deluge-3:/var/lib/deluge
|
||||
- ./volume/deluge-3/downloads:/var/lib/deluge/downloads
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user