Skip to content

Tracking issue: overall imporve error / logging handling #49

Open
@jpmcb

Description

@jpmcb

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions