improvement: better logging

Use CONDUIT_LOG or the log setting in the config
This commit is contained in:
Timo Kösters 2021-03-23 22:01:14 +01:00
parent 46d8f36a2c
commit 1d00a8c41f
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
5 changed files with 18 additions and 7 deletions

View file

@ -35,6 +35,7 @@ max_request_size = 20_000_000 # in bytes
#cache_capacity = 1073741824 # in bytes, 1024 * 1024 * 1024
#max_concurrent_requests = 4 # How many requests Conduit sends to other servers at the same time
#log = "info,rocket=off,_=off,sled=off"
#workers = 4 # default: cpu core count * 2
address = "127.0.0.1" # This makes sure Conduit can only be reached using the reverse proxy