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

Document the new log_modules_fully option

This commit is contained in:
Badlop 2022-12-02 16:38:28 +01:00
parent 9087dd9210
commit 6a10048339

View File

@ -835,6 +835,12 @@ doc() ->
desc =>
?T("The time period to rate-limit log messages "
"by. Defaults to 1 second.")}},
{log_modules_fully,
#{value => ?T("Number"),
note => "added in 23.xx",
desc =>
?T("The modules listed in this option will log everything "
"independently from the general loglevel option.")}},
{max_fsm_queue,
#{value => ?T("Size"),
desc =>