I wanted to know that in Azure devops pipeline, if we are running our pipeline in an agent, Does the agent store the logs generated during the pipeline steps somewhere in that machine.
For e.g. We can check the logs in Azure Pipeline UI. But if its stored somewhere in the Agent so that i can use it for my usecase.
I need that logs generated during the pipeline.
I was trying to find any solution to this but i didn’t get any reference anything related to this.