[FEATURE] Reevaluate Logging framework and maybe switch #1324
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
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 open-feature/go-sdk-contrib#522 and open-feature/go-sdk#260. To enable better interoperability, it would make sense to evaluate and maybe switch to slog.
The text was updated successfully, but these errors were encountered: