fix: EgovPartitionFlatFileItemWriter 로그 플레이스홀더 누락 수정#249
Open
z3rotig4r wants to merge 1 commit into
Open
Conversation
initializeBufferedWriter()의 예외 로그가 {} 플레이스홀더 1개에 인자 2개
(예외 클래스명, 메시지)를 전달하여 예외 메시지가 출력되지 않았다.
플레이스홀더를 추가해 두 값이 모두 출력되도록 한다.
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.
개요
EgovPartitionFlatFileItemWriter.initializeBufferedWriter()의 예외 로그가{}플레이스홀더 1개에 인자 2개(예외 클래스명, 예외 메시지)를 전달하여, 예외 메시지가 로그에 출력되지 않습니다. (PMDInvalidLogMessageFormat)변경 내용
플레이스홀더를 하나 추가해 예외 클래스명과 메시지가 모두 출력되도록 수정했습니다.
검증
mvn -pl Batch/org.egovframe.rte.bat.core -am compile빌드 성공. 로그 출력 정확성만 개선되며 동작 변경은 없습니다.