dosubot[bot] commented on issue #8535: URL: https://github.com/apache/incubator-devlake/issues/8535#issuecomment-3184241901
<!-- Answer --> Since network and token permissions are confirmed, the next step is to enable DEBUG level logging in DevLake. This will give you detailed backend logs for the Azure DevOps API calls, including request URLs, payloads, and status codes, which can help pinpoint if the 401 is due to a malformed request, encoding issue, or something unexpected from Azure DevOps. You can set the `LOGGING_LEVEL` environment variable to `DEBUG` in your deployment—this applies to all plugin components, including Azure DevOps—and then reproduce the issue and check the logs for clues about the failed repo listing request. The logging system is centralized and uses logrus, so you don't need any plugin-specific flags for this ["source"](https://github.com/apache/incubator-devlake/blob/2c15ad880dce830c6512fa58039527cbf4745b8b/backend/core/log/logger.go). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/fc5680e1-33dd-4a0f-8da3-b3f9dbddc4b8?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/fc5680e1-33dd-4a0f-8da3-b3f9dbddc4b8?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/fc5680e1-33dd-4a0f-8da3-b3f9dbddc4b8?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/fc5680e1-33dd-4a0f-8da3-b3f9dbddc4b8?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/fc5680e1-33dd-4a0f-8da3-b3f9dbddc4b8?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/fc5680e1-33dd-4a0f-8da3-b3f9dbddc4b8?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/fc5680e1-33dd-4a0f-8da3-b3f9dbddc4b8?feedback_type=other)</sup> [](https://app.dosu.dev/b4e8e847-d479-4541-83a8-d88d83fea5c9/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/incubator-devlake/issues/8535) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org