25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

Fix doc of log_modules_fully allowed value

This commit is contained in:
Badlop 2023-01-10 15:11:32 +01:00
parent 0255562d93
commit 276c11b04a

View File

@ -837,10 +837,10 @@ doc() ->
?T("The time period to rate-limit log messages " ?T("The time period to rate-limit log messages "
"by. Defaults to 1 second.")}}, "by. Defaults to 1 second.")}},
{log_modules_fully, {log_modules_fully,
#{value => ?T("Number"), #{value => "[Module, ...]",
note => "added in 23.xx", note => "added in 23.xx",
desc => 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.")}}, "independently from the general loglevel option.")}},
{max_fsm_queue, {max_fsm_queue,
#{value => ?T("Size"), #{value => ?T("Size"),