summaryrefslogtreecommitdiff
path: root/conduit-example.toml
diff options
context:
space:
mode:
authorTimo Kösters <timo@koesters.xyz>2021-03-23 22:01:14 +0100
committerTimo Kösters <timo@koesters.xyz>2021-03-23 22:06:09 +0100
commit1d00a8c41f92c0df5dac40299bf53134bcfa31b3 (patch)
tree32698815c2c84e6f365fa69f1b06eeebd2fe0ba7 /conduit-example.toml
parent46d8f36a2ca6181b8cc8643dee3a19fc32877681 (diff)
downloadconduit-1d00a8c41f92c0df5dac40299bf53134bcfa31b3.zip
improvement: better logging
Use CONDUIT_LOG or the log setting in the config
Diffstat (limited to 'conduit-example.toml')
-rw-r--r--conduit-example.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/conduit-example.toml b/conduit-example.toml
index 3aca538..fea84bd 100644
--- a/conduit-example.toml
+++ b/conduit-example.toml
@@ -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