This issue tracks everything we need to do before zapslog can be moved to the main go.uber.org/zap module. - [x] #1329 - [x] #1334 - [x] zapslog: Ensure adequate test coverage - [x] #1337 - [ ] zapslog: Add a zapslog.Core that writes Zap logs to a slog.Handler - We may want to rename zapslog.Options to HandlerOptions when we do this. - [ ] #1270 Future features: Things we can add to it without risk after the initial availability: - [ ] Support for a custom mapping of slog.Level to zap.Level
This issue tracks everything we need to do before zapslog can be moved to the main go.uber.org/zap module.
Future features: Things we can add to it without risk after the initial availability: