diff options
author | Sverker Eriksson <[email protected]> | 2017-11-17 16:27:40 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2017-11-17 16:27:40 +0100 |
commit | 9ff9e4cbbeb26b5d420e4552dedbda1820660ed7 (patch) | |
tree | d5b29e7890fcecbe90327c89c494324a655dfc4d /erts/doc | |
parent | 5d54bc33107d8a92bff35047d1b347d4c3b7434c (diff) | |
download | otp-9ff9e4cbbeb26b5d420e4552dedbda1820660ed7.tar.gz otp-9ff9e4cbbeb26b5d420e4552dedbda1820660ed7.tar.bz2 otp-9ff9e4cbbeb26b5d420e4552dedbda1820660ed7.zip |
erts: Clarify RUN_ERL_LOG_GENERATIONS
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/run_erl.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/erts/doc/src/run_erl.xml b/erts/doc/src/run_erl.xml index a9b6a7e2c6..e4c1b943c4 100644 --- a/erts/doc/src/run_erl.xml +++ b/erts/doc/src/run_erl.xml @@ -181,6 +181,12 @@ <item> <p>Controls the number of log files written before older files are reused. Defaults to 5, minimum is 2, maximum is 1000.</p> + <p>Note that, as a way to indicate the newest file, <c>run_erl</c> will + delete the oldest log file to maintain a "hole" in the file + sequences. For example, if log files #1, #2, #4 and #5 exists, that + means #2 is the latest and #4 is the oldest. You will therefore at most + get one less log file than the value set by + <c>RUN_ERL_LOG_GENERATIONS</c>.</p> </item> <tag><c>RUN_ERL_LOG_MAXSIZE</c></tag> <item> |