Skip to content

Commit

Permalink
Merge pull request #3638 from vanelsberg/FixWearLogback
Browse files Browse the repository at this point in the history
Wear fix logback: excessive storage use
  • Loading branch information
MilosKozak authored Dec 19, 2024
2 parents 166924f + 56c9ded commit c33083a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wear/src/main/assets/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
class="ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP">
<maxFileSize>5MB</maxFileSize>
</timeBasedFileNamingAndTriggeringPolicy>
<!-- keep 30 days' worth of history -->
<maxHistory>120</maxHistory>
<!-- keep 7 days' worth of history -->
<maxHistory>7</maxHistory>
</rollingPolicy>
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %.-1level/%logger: %msg%n</pattern>
Expand Down

0 comments on commit c33083a

Please sign in to comment.