Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR 타입
구현한 기능
로그 파일이 없을 경우 수동으로 생성하는 로직 추가 (ensureLogFileExists)

주요 작업 흐름에 대한 로그 메시지 추가로 디버깅 용이성 개선
임시 파일 삭제 실패 시 경고 로그 추가
테스트 결과
삭제된 후, 수동이든 Logback 으로든 새로운 로그 파일이 생성되어야 함.

생성은 되는데, 로그가 해당 파일에 쌓이지 않습니다.
즉, 로그 파일이 생성만 되고, logback과 연결이 안되는 것 같아요. (연결이 안되면, 로그가 해당 파일에 기록되지 않기에)
total: 디렉토리에 있는 모든 파일의 크기 총합(단위: 블록)을 의미
예를 들어, total 56은 해당 디렉토리 안에 있는 파일들의 크기가 56 블록(512바이트 기준 약 28KB)이라는 뜻