Skip to content

Commit

Permalink
feat: 압축 주기 7일로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
JuneParkCode committed Aug 28, 2024
1 parent 9686da6 commit 0b60b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<append>true</append>
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<fileNamePattern>${LOG_PATH}/api-server.%d{yyyy-MM-dd}.log</fileNamePattern>
<maxHistory>${logging.application.file.max-history:-1}</maxHistory>
<maxHistory>${logging.application.file.max-history:-7}</maxHistory>
<maxFileSize>${logging.application.file.max-size:-10MB}</maxFileSize>
</rollingPolicy>
<encoder>
Expand Down

0 comments on commit 0b60b42

Please sign in to comment.