Releases: fortio/log
Releases · fortio/log
v1.9.3
v1.9.2
v1.9.1
v1.9.0
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
v1.8.0
Pre-release not to be used as go routine id field was called grid
initially which is too long and weird (not that the new one in 1.8.1, r
, isn't weird, naming is hard - see #39 )
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)
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.0
v1.7.0
What's Changed
- Export colors as for instance
log.Colors.Red
(forlogc
mostly) by @ldemailly in #35
Full Changelog: v1.6.0...v1.7.0