-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az ml job stream does not work #27363
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botMachine Learningaz mlaz mlService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botMachine Learningaz mlaz mlService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Describe the bug
I have a job running on Azure ML. I can see the logs on ml.azure.com, but I wish to see live logs on the terminal.
I tried running
az ml job stream, but I don't see any outputs.Related command
az ml job streamErrors
The command does not fail. It just outputs nothing.
Issue script & Debug output
The output is huge with a lot of sensitive data, Can provide later if needed.
Expected behavior
I should be able to see the logs in real time. Ideally I should be able to choose which logs to stream
Environment Summary
Additional context
No response