You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: