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
1 changed files with 2 additions and 2 deletions

View File

@ -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"),