Skip to content

Commit 2c9c105

Browse files
committed
Adding RM logs by flag --alsologtostderr
1 parent fcb3a7a commit 2c9c105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

axlearn/cloud/gcp/pathways_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ def _build_pathways_head_sidecar_containers(self) -> list[Nested[Any]]:
356356
f"--instance_count={pathways_instance_count}",
357357
f"--instance_type={pathways_tpu_version}:{system.topology}",
358358
f"--gcs_scratch_location={staging_location}",
359+
"--alsologtostderr",
359360
],
360361
),
361362
]

0 commit comments

Comments
 (0)