TheRacetrack / racetrack

An opinionated framework for deploying, managing, and serving application workloads
https://theracetrack.github.io/racetrack/
Apache License 2.0
28 stars 6 forks source link

Implement structured logging #410

Closed LookACastle closed 7 months ago

LookACastle commented 8 months ago

Racetracks logs optionally being structured would be nice if users have some logging solution expecting a specific output, I.E json logs. Ideally racetrack would be able to accept a custom logging.Logger object, giving users more or less full control over their logs.