slog-configurator: Same Zero-Config Logging, Now on the Standard Library
A while back I wrote about logrus-configurator — a small package that auto-configures logrus from environment variables so you stop copy-pasting the same setup boilerplate into every Go project. It …