mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Document the new log_modules_fully option
This commit is contained in:
parent
9087dd9210
commit
6a10048339
@ -835,6 +835,12 @@ doc() ->
|
|||||||
desc =>
|
desc =>
|
||||||
?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,
|
||||||
|
#{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,
|
{max_fsm_queue,
|
||||||
#{value => ?T("Size"),
|
#{value => ?T("Size"),
|
||||||
desc =>
|
desc =>
|
||||||
|
Loading…
Reference in New Issue
Block a user