Skip to content

feat(go): abstract logging behind an interface to avoid forcing slog on callers - #494

Open
lbcjbb wants to merge 1 commit into
spotify:mainfrom
leboncoin:main
Open

feat(go): abstract logging behind an interface to avoid forcing slog on callers#494
lbcjbb wants to merge 1 commit into
spotify:mainfrom
leboncoin:main

Conversation

@lbcjbb

@lbcjbb lbcjbb commented Jul 30, 2026

Copy link
Copy Markdown

Replace ad-hoc logging with a consistent Logger interface (Debug/Info/Warn/Error) at the top-level package, and narrower subsets in internal/flag_logger and internal/local_resolver.
A no-op default is used when nil is provided.

…on callers

Replace ad-hoc logging with a consistent Logger interface (Debug/Info/Warn/Error)
at the top-level package, and narrower subsets in internal/flag_logger and
internal/local_resolver. A no-op default is used when nil is provided.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant