From 276c11b04a3b31f9c7182718fdbb9ff4c5631088 Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 10 Jan 2023 15:11:32 +0100 Subject: [PATCH] Fix doc of log_modules_fully allowed value --- src/ejabberd_options_doc.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ejabberd_options_doc.erl b/src/ejabberd_options_doc.erl index 021700a84..c22c7530a 100644 --- a/src/ejabberd_options_doc.erl +++ b/src/ejabberd_options_doc.erl @@ -837,10 +837,10 @@ doc() -> ?T("The time period to rate-limit log messages " "by. Defaults to 1 second.")}}, {log_modules_fully, - #{value => ?T("Number"), + #{value => "[Module, ...]", note => "added in 23.xx", desc => - ?T("The modules listed in this option will log everything " + ?T("List of modules that will log everything " "independently from the general loglevel option.")}}, {max_fsm_queue, #{value => ?T("Size"),