eser/golang-service-template

Feature request: Centralized Logging Approach

eser opened this issue · 0 comments

eser commented

Is your feature request related to a problem? Please describe.

A centralized logging approach needs to be implemented to standardize and streamline log management across the project. This will involve configuring a unified logging system that can capture, store, and analyze logs from different services in a consistent manner.

Describe the solution you'd like

using log/slog ought to be enough, all we need is streaming output to stdout in json format.