From ffed955ab31ca7d60439206786ee3312ce65778f Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Tue, 2 Apr 2024 13:38:23 -0400 Subject: [PATCH] add note for changing log-level via cli --- docs/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 9cc8cdb..bb61619 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -154,6 +154,8 @@ When enabled, instances that try to follow the relay will have to be manually ap Maximum level of messages to log. +Note: Changing this setting via CLI does not actually take effect until restart. + Valid values: `DEBUG`, `VERBOSE`, `INFO`, `WARNING`, `ERROR`, `CRITICAL` log-level: INFO