Copy log_rotate_count explanation from docs site

This commit is contained in:
Badlop 2021-08-23 12:48:06 +02:00
parent 9446b251fd
commit f5038b86f8
1 changed files with 2 additions and 1 deletions

View File

@ -799,7 +799,8 @@ doc() ->
#{value => ?T("Number"),
desc =>
?T("The number of rotated log files to keep. "
"The default value is '1'.")}},
"The default value is '1', which means that only keeps "
"`ejabberd.log.0`, `error.log.0` and `crash.log.0`.")}},
{log_rotate_size,
#{value => "pos_integer() | infinity",
desc =>