Skip to content

Commit

Permalink
Merge pull request #133 from jamezp/LOGMGR-160
Browse files Browse the repository at this point in the history
[LOGMGR-160] Correct the JavaDoc that indicates files will not be del…
  • Loading branch information
jamezp committed Aug 16, 2017
2 parents fbd552b + 4a1fc3a commit 0f9144b
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,11 @@ public String getSuffix() {
* <p>
* If the suffix ends with {@code .gz} or {@code .zip} the file will be compressed on rotation.
* </p>
* <b>Note:</b> Any files rotated with the suffix appended will not be deleted. The {@link #setMaxBackupIndex(int)
* maxBackupIndex} is not used for files with a suffix.
* <p>
* <b>Note:</b> The {@link #setMaxBackupIndex(int) maxBackupIndex} only takes into account files rotated with same
* suffix. For example if the suffix pattern is {@code .yyyy-MM-dd} and the size rotation is reached only files
* with the same date suffix will be purged. A file the day before or after will not be purged.
* </p>
*
* @param suffix the suffix to place after the filename when the file is rotated
*/
Expand Down

0 comments on commit 0f9144b

Please sign in to comment.