Are the logs stored somewhere I can retrieve them? like
/path/to/logs/buildId_yyyymmdd.log
- You can view logs by navigating to the pipeline run summary and selecting the job and task. If a certain task is failing, check the logs for that task.
- In addition to viewing logs in the pipeline build summary, you can download complete logs which include additional diagnostic information.
Apart from pipeline diagnostic logs, the following specialized log types are available, and may contain information to help you troubleshoot.
- Worker diagnostic logs
- Agent diagnostic logs
- Other logs
You can refer this documentation to know more information about the specialized log types in azure devops pipelines.
You can also refer this SO thread for more information about how to send azure devops release pipeline logs to log analytics & also about sending azure devops aduit logs to log analytics.