summaryrefslogtreecommitdiff
path: root/docker/README.md
diff options
context:
space:
mode:
authorexin <me@exin.xyz>2022-06-26 09:26:04 -0500
committerTimo Kösters <timo@koesters.xyz>2022-10-13 13:11:15 +0200
commit98702da4e66404db4d987fdea42a758425f40707 (patch)
treef27bb779c56944f81ea908aca044f9c541eb80fc /docker/README.md
parent92f7f0c849edfa19ca1fd2e3f3702ca64d40ce89 (diff)
downloadconduit-98702da4e66404db4d987fdea42a758425f40707.zip
Lower default log level for docker
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index c980adc..36717c4 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -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
```