docker 명령어 info로 변경

This commit is contained in:
2026-05-08 14:21:31 +09:00
parent 5d6e2fc860
commit c1430da2f9

View File

@@ -71,7 +71,7 @@ public class DockerRunnerService {
log.info("[Step 1/4] Docker 명령어 생성 중...");
List<String> command = buildCommand(resultUid);
log.info("[Step 1/4] Docker 명령어 생성 완료");
log.debug(" - 명령어: {}", String.join(" ", command));
log.info(" - 명령어: {}", String.join(" ", command));
try {
// Step 2: Docker 프로세스 시작