You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"optimization_tip": "For debugging failed jobs, consider using get_job_logs with failed_only=true and run_id="+fmt.Sprintf("%d", resourceID) +" to get logs directly without needing to list jobs first",
608
+
"optimization_tip": "For debugging failed jobs, consider using get_workflow_job_logs with failed_only=true and run_id="+fmt.Sprintf("%d", resourceID) +" to get logs directly without needing to list jobs first",
"message": "Workflow run logs are available for download",
799
799
"note": "The logs_url provides a download link for the complete workflow run logs as a ZIP archive. You can download this archive to extract and examine individual job logs.",
800
-
"warning": "This downloads ALL logs as a ZIP file which can be large and expensive. For debugging failed jobs, consider using get_job_logs with failed_only=true and run_id instead.",
801
-
"optimization_tip": "Use: get_job_logs with parameters {run_id: "+fmt.Sprintf("%d", runID) +", failed_only: true} for more efficient failed job debugging",
800
+
"warning": "This downloads ALL logs as a ZIP file which can be large and expensive. For debugging failed jobs, consider using get_workflow_job_logs with failed_only=true and run_id instead.",
801
+
"optimization_tip": "Use: get_workflow_job_logs with parameters {run_id: "+fmt.Sprintf("%d", runID) +", failed_only: true} for more efficient failed job debugging",
0 commit comments