Skip to content

Commit

Permalink
[#140] chore: log 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JuHyun419 committed Jun 18, 2022
1 parent f1eeeda commit a31fe66
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 @@ -14,7 +14,7 @@
<file>./log/debug.log</file>
<!-- 사이즈 & 일자별로 로그 파일 적용 -->
<rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
<fileNamePattern>./log/%d{yyyy-MM}/log.%d{yyyy-MM-dd}.%i.log</fileNamePattern>
<fileNamePattern>/home/ec2-user/logs/%d{yyyy-MM}/log.%d{yyyy-MM-dd}.%i.log</fileNamePattern>
<maxFileSize>10MB</maxFileSize>
<maxHistory>90</maxHistory>
</rollingPolicy>
Expand Down

0 comments on commit a31fe66

Please sign in to comment.