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.