open-feature/flagd

[FEATURE] Reevaluate Logging framework and maybe switch

开放

#1,324 创建于 2024年6月10日

 (2 条评论) (5 个反应) (1 位负责人)Go (118 个派生)github user discovery
enhancementgood first issuehelp wanted

仓库指标

星标
 (925 个星标)
PR 合并指标
 (平均合并 3天 9小时) (30 天内合并 8 个 PR)

描述

Requirements

Currently, flagd is using ZAP as a logging framework, which works great. ZAP was chosen because no logging framework was delivered with Go. Now, there is slog, which offers all the functionality needed but is a standard library package.

One of the reasons for proposing this change is https://github.com/open-feature/go-sdk-contrib/issues/522 and https://github.com/open-feature/go-sdk/issues/260. To enable better interoperability, it would make sense to evaluate and maybe switch to slog.

贡献者指南