add log
This commit is contained in:
@@ -142,7 +142,7 @@ public class MakeGeoJsonTasklet implements Tasklet {
|
||||
|
||||
try {
|
||||
// Step 2-6: 디렉토리 생성 (존재하지 않으면)
|
||||
log.info(" [2-6] 디렉토리 생성 중...");
|
||||
log.info(" [2-6] 디렉토리 생성 중... {}", outputPath.getParent());
|
||||
Files.createDirectories(outputPath.getParent());
|
||||
log.info(" [2-6] 디렉토리 생성 완료: {}", outputPath.getParent());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user