Skip to content

Commit

Permalink
Change RotationConfig defualtmax file size in FileConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
VanillaSpoon committed Mar 2, 2022
1 parent b966f1d commit 60c50ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static class RotationConfig {
/**
* The maximum file size of the log file after which a rotation is executed.
*/
@ConfigItem(defaultValueDocumentation = "10")
@ConfigItem(defaultValue = "10M")
Optional<MemorySize> maxFileSize;

/**
Expand Down

0 comments on commit 60c50ae

Please sign in to comment.