mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Copy log_rotate_count explanation from docs site
This commit is contained in:
parent
9446b251fd
commit
f5038b86f8
@ -799,7 +799,8 @@ doc() ->
|
|||||||
#{value => ?T("Number"),
|
#{value => ?T("Number"),
|
||||||
desc =>
|
desc =>
|
||||||
?T("The number of rotated log files to keep. "
|
?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,
|
{log_rotate_size,
|
||||||
#{value => "pos_integer() | infinity",
|
#{value => "pos_integer() | infinity",
|
||||||
desc =>
|
desc =>
|
||||||
|
Loading…
Reference in New Issue
Block a user