diff options
author | Badlop <badlop@process-one.net> | 2021-08-23 12:48:06 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2021-08-23 14:04:44 +0200 |
commit | f5038b86f83d811e33c81e3282f9469c9f370dd9 (patch) | |
tree | 2a98b0c71cac3d7aeac0f4e010dd3a14b152185a /src | |
parent | Export 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.erl | 3 |
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 => |