Skip to content

Commit

Permalink
로그 삭제 날짜 30일 -> 180일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
HwangHoYoon committed Feb 20, 2024
1 parent 3ba6a2e commit e1e4fd6
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 @@ -19,7 +19,7 @@
<rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
<fileNamePattern>${LOG_PATH}service_%d{yyyyMMdd}.%i.log</fileNamePattern>
<maxFileSize>100MB</maxFileSize>
<maxHistory>30</maxHistory>
<maxHistory>180</maxHistory>
</rollingPolicy>
</appender>

Expand Down

0 comments on commit e1e4fd6

Please sign in to comment.