container-registry / harbor-satellite

Harbor Satellite (WIP)
Apache License 2.0
9 stars 2 forks source link

Replace terminal prints with structured logging #24

Open Vad1mo opened 1 week ago

Vad1mo commented 1 week ago

We need to start using a logging library/functionality.

mohzulfikar commented 1 week ago

From what I read on the blog, zerolog and slog appear to be viable options for logging. zerolog, seems to come with more features out of the box (formatting logs and contextual properties). Although, it is possible to do that using custom Handler in slog.