Skip to content

Tracking issue: overall imporve error / logging handling #49

Open
@jpmcb

Description

Type of feature

🍕 Feature

Current behavior

There are a few places where error handling leaves abit to be desired. For example:

pizza/pkg/server/server.go

Lines 177 to 180 in f0071a5

ref, err := gitRepo.Head()
if err != nil {
return err
}

Suggested solution

Overall, we should be using tiered / structured logging so we always know where an error may have occurred. We should back-fill areas that may be missing this

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributing Docs

  • I agree to follow this project's Contribution Docs

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions