v1.8.1
What's Changed
- Always log the host/authority when logging http requests (#38)
- Add thread/goroutine id in JSON and color console mode (turn off with
log.Config.GoroutineID = false
(#37) - Use short field name for that ID:
r
(#39) [thus making 1.8.0 tag a pre release]
Credits go to @kortschak and @LaevusDexter for the dark arts code in goroutine (imported from https://github.com/kortschak/goroutine/)
Full Changelog: v1.7.0...v1.8.1