hatchet-dev / hatchet-v1-archived

An all-in-one Terraform management tool.
https://docs.hatchet.run
MIT License
156 stars 8 forks source link

Loggers should be consolidated between components and processes #15

Open abelanger5 opened 1 year ago

abelanger5 commented 1 year ago

Location

Motivation

Different logging formats are used between the chi logging middleware, GORM, and temporal. All of these packages accept a custom logger implementation, so it should be fairly simple to consolidate the loggers to allow for both JSON and readable logs.

Requirements

Additional Details