slogging: One Module for Configuring slog, Searching It, and Shipping It
A logging setup is never just the setup. You configure slog from the environment — fine, that’s one small package. Then you want the last few minutes of logs queryable …
Containerizing whatever refuses to be containerized
A logging setup is never just the setup. You configure slog from the environment — fine, that’s one small package. Then you want the last few minutes of logs queryable …
Update, August 2026: this package moved. slog-configurator is now github.com/psyb0t/slogging, where the configurator lives at slogconf/ alongside two handlers it always belonged next to — the searchable in-memory ring at …
Look, I’m gonna be straight with you. Go’s error handling is fucking verbose, and debugging without context is like trying to find your keys in a pitch-black room while drunk. …
If you’re tired of writing the same env var parsing bullshit over and over, gonfiguration handles all the annoying shit for you. It’s got reflection-based mapping, supports all the types …