Add Gitea API error logging #24
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "probablycorey/spike-error-debug"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add detailed structured logging for Gitea API errors to diagnose intermittent 401 failures.
When Gitea API calls fail, the logs now capture:
This will help distinguish between missing token, invalid token, or other Gitea-side rejections.
Testing
Logs are structured and persisted to JSONL files. Monitor next deployment for any API errors and check the
gitea-api-errorlog events.