Skip to content

Commit

Permalink
로그 삭제 날짜 30일 -> 180일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
HwangHoYoon committed Feb 16, 2024
1 parent 65cf413 commit 3ba6a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
<fileNamePattern>${LOG_PATH}error_%d{yyyyMMdd}.%i.log</fileNamePattern>
<maxFileSize>100MB</maxFileSize>
<maxHistory>30</maxHistory>
<maxHistory>180</maxHistory>
</rollingPolicy>
<filter class="ch.qos.logback.classic.filter.LevelFilter">
<level>ERROR</level>
Expand Down

0 comments on commit 3ba6a2e

Please sign in to comment.