open-feature/flagd

[FEATURE] Reevaluate Logging framework and maybe switch

Offen

#1.324 geöffnet am 10.06.2024

 (2 Kommentare) (5 Reaktionen) (1 zugewiesene Person)Go (118 Forks)github user discovery
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (925 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 3T 9h) (8 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide