rafal-rozestwinski / 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).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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).

License:MIT License


Languages

Language:Go 99.3%Language:Makefile 0.7%