Skip to content

Commit

Permalink
Document the ability to automatically compress rotated log files
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand authored and holly-cummins committed Feb 8, 2024
1 parent 00cd642 commit cb6f33a
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 cb6f33a

Please sign in to comment.