Skip to content

Commit

Permalink
feat: 파일 로깅 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
inferior3x committed Dec 6, 2024
1 parent ae2abe2 commit d7e7403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/network-api/src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</encoder>
</appender>

<appender name="FILE" class="ch.qos.logback.core.FileAppender">
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
<!-- 작성 완료되기 전의 로그 파일 이름 -->
<file>${user.home}/whozin_log/temp.log</file>
<!-- 시간을 기준으로 파일을 관리함 -->
Expand Down

0 comments on commit d7e7403

Please sign in to comment.