diff --git a/debian/postinst b/debian/postinst index 0707b6f2..6361af5a 100644 --- a/debian/postinst +++ b/debian/postinst @@ -91,6 +91,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 + +# Controls the log verbosity. See also [here][0]. +# +# [0]: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#directives +#log = "..." EOF fi ;;