실행 오류 수정

This commit is contained in:
2026-02-12 10:58:32 +09:00
parent c56c0ca605
commit c5f19cc961

View File

@@ -73,7 +73,7 @@ public class DockerTrainService {
String line; String line;
while ((line = br.readLine()) != null) { while ((line = br.readLine()) != null) {
// 1) 원래 하던 로그 누적 // 1) 로그 누적
synchronized (logBuilder) { synchronized (logBuilder) {
logBuilder.append(line).append('\n'); logBuilder.append(line).append('\n');
} }