summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
authorexin <me@exin.xyz>2022-06-25 15:58:50 -0500
committerTimo Kösters <timo@koesters.xyz>2022-10-13 13:11:14 +0200
commit7451abe3ea7dc5fb9225b45a0672be7bb4194d9c (patch)
treebdad9f8020d89b643e5b6b66ee0a82122c091256 /DEPLOY.md
parent3e6c66b899bfcbf9ba07f79ec406dc0c809c8216 (diff)
downloadconduit-7451abe3ea7dc5fb9225b45a0672be7bb4194d9c.zip
Lower default log level for docker and debian
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index f0990dc..1c7d1af 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -136,7 +136,7 @@ allow_federation = true
trusted_servers = ["matrix.org"]
#max_concurrent_requests = 100 # How many requests Conduit sends to other servers at the same time
-#log = "info,state_res=warn,rocket=off,_=off,sled=off"
+#log = "warn,state_res=warn,rocket=off,_=off,sled=off"
address = "127.0.0.1" # This makes sure Conduit can only be reached using the reverse proxy
#address = "0.0.0.0" # If Conduit is running in a container, make sure the reverse proxy (ie. Traefik) can reach it.