aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-08-23 12:48:06 +0200
committerBadlop <badlop@process-one.net>2021-08-23 14:04:44 +0200
commitf5038b86f83d811e33c81e3282f9469c9f370dd9 (patch)
tree2a98b0c71cac3d7aeac0f4e010dd3a14b152185a /src
parentExport function, so ACME API commands are listed in the documentation (diff)
Copy log_rotate_count explanation from docs site
Diffstat (limited to 'src')
-rw-r--r--src/ejabberd_options_doc.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ejabberd_options_doc.erl b/src/ejabberd_options_doc.erl
index 64eb850d8..8f6ab45b1 100644
--- a/src/ejabberd_options_doc.erl
+++ b/src/ejabberd_options_doc.erl
@@ -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 =>