/rrgologex

Golang logex fork with GLS support, so log lines can be matched with a goroutine-local custom data (e.g. request id, user id, goroutine-address).

Primary LanguageGoMIT LicenseMIT

rrgologex

Logex fork with support for GoRoutine local storage (GLS); therefore you'll get extra information attached to a goroutine in a log line, allowing you to track requests across multi-goroutine web server.

It allows storing custom fields in GLS, but this is hardcoded here.