Skip to content

Use slog.Logger across components #2

@ritvikos

Description

@ritvikos

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: FeatureIssues that describe a new desired featuregood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions