Skip to content

Commit 611c61f

Browse files
committed
fix
Signed-off-by: Hemil Desai <[email protected]>
1 parent 2eb3ef6 commit 611c61f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nemo_run/run/torchx_backend/launcher.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@ def wait_and_exit(
161161
logger.info(f"Job {app_id} finished: {status.state}")
162162

163163
if log_thread and log_thread.is_alive():
164-
logger.debug("Waiting for log thread to complete...")
164+
logger.warning(
165+
f"Waiting for {app_id}'s log thread to complete for {log_join_timeout} seconds..."
166+
)
165167
log_thread.join(timeout=log_join_timeout)
166168
if log_thread.is_alive():
167169
logger.warning("Log thread did not complete within timeout, some logs may be missing")

0 commit comments

Comments
 (0)