Skip to content

Commit

Permalink
Merge pull request #35784 from geoand/#12260
Browse files Browse the repository at this point in the history
Document the ability to automatically compress rotated log files
  • Loading branch information
geoand committed Sep 7, 2023
2 parents 8a636ed + 6165af8 commit 86d200e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ public static class RotationConfig {
/**
* The file handler rotation file suffix.
* When used, the file will be rotated based on its suffix.
*
* <p>
* Example fileSuffix: .yyyy-MM-dd
* <p>
* Note: If the suffix ends with .zip or .gz, the rotation file will also be compressed.
*/
@ConfigItem
Optional<String> fileSuffix;
Expand Down

0 comments on commit 86d200e

Please sign in to comment.