-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Type: FeatureIssues that describe a new desired featureIssues that describe a new desired featuregood first issueGood for newcomersGood for newcomers
Description
Overview
Add a pluggable logging interface with slog.Logger for components. This would add more control over component-level logging, irrespective of the global logger. (passed via higher-level abstraction)
Scope
Remove existing fmt statements. Accept *slog.Logger for each component with precedence order that prioritizes component-specific logging configuration over global one, update constructors, and use within the code wherever applicable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: FeatureIssues that describe a new desired featureIssues that describe a new desired featuregood first issueGood for newcomersGood for newcomers