In some cases you may need to troubleshoot your azure devops tasks inside a job and get a more detailed output than the default. You can enable a detailed log output using predefined variables. In more detail you can use System.Debug and set it to true.
variables: - name: System.Debug value: true
By doing so you will get more debug messages as shown in the below screenshot.