1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-06-23 21:19:03 +02:00

Lower default log level for docker and debian

This commit is contained in:
exin 2022-06-25 15:58:50 -05:00 committed by Timo Kösters
parent 3e6c66b899
commit 7451abe3ea
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -31,7 +31,7 @@ services:
CONDUIT_ALLOW_FEDERATION: 'true'
CONDUIT_TRUSTED_SERVERS: '["matrix.org"]'
#CONDUIT_MAX_CONCURRENT_REQUESTS: 100
#CONDUIT_LOG: info,rocket=off,_=off,sled=off
#CONDUIT_LOG: warn,rocket=off,_=off,sled=off
CONDUIT_ADDRESS: 0.0.0.0
CONDUIT_CONFIG: '' # Ignore this
#