From 0c0c9549b937b28058bba6408e21001a91c8ab94 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Wed, 24 Apr 2024 20:09:13 +0200 Subject: [PATCH] Sync up the generated Conduit config for Debian This applies changes made in the exampl config by commits dc89fbe and 844508b. --- debian/postinst | 5 +++++ 1 file changed, 5 insertions(+) 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 ;;