feat/training_260202 #45

Merged
teddy merged 8 commits from feat/training_260202 into develop 2026-02-12 12:06:04 +09:00
Showing only changes of commit c5f19cc961 - Show all commits

View File

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