feat: Improve logging of error messages #90
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind
Chore
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
3 participants
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo/act!90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "vpotyarkin/act:feature/improve-error-logging"
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?
Logging bare errors might lead to long troubleshooting sessions when error is not specific enough. This PR adds helpful context messages to logged errors.
Inspired by chasing a
<nil>error failure in #87.cascading-pr updated at forgejo/runner#419
refactor: Improve logging of error messagesto feat: Improve logging of error messages