document log config syntax, don't give example

Because the old one was stale. Shocking!
This commit is contained in:
Charles Hall 2024-03-10 22:38:02 -07:00
parent 516876f8ef
commit dc89fbed3a
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF

View file

@ -51,7 +51,11 @@ enable_lightning_bolt = true
trusted_servers = ["matrix.org"]
#max_concurrent_requests = 100 # How many requests Conduit sends to other servers at the same time
#log = "warn,state_res=warn,rocket=off,_=off,sled=off"
# Controls the log verbosity. See also [here][0].
#
# [0]: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#directives
#log = "..."
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.