Lower default log level for docker

This commit is contained in:
exin 2022-06-26 09:26:04 -05:00 committed by Timo Kösters
parent 92f7f0c849
commit 98702da4e6
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
4 changed files with 4 additions and 4 deletions

View file

@ -33,7 +33,7 @@ docker run -d -p 8448:6167 \
-e CONDUIT_MAX_REQUEST_SIZE="20_000_000" \
-e CONDUIT_TRUSTED_SERVERS="[\"matrix.org\"]" \
-e CONDUIT_MAX_CONCURRENT_REQUESTS="100" \
-e CONDUIT_LOG="info,rocket=off,_=off,sled=off" \
-e CONDUIT_LOG="warn,rocket=off,_=off,sled=off" \
--name conduit matrixconduit/matrix-conduit:latest
```