inconshreveable / log15

Structured, composable logging for Go
https://godoc.org/github.com/inconshreveable/log15
Other
1.1k stars 145 forks source link

Make the logging time format configurable. #100

Open kormat opened 8 years ago

kormat commented 8 years ago

This is a very basic approach, but it is pretty non-invasive, doesn't have a runtime overhead, and provides a fix until #35 is resolved in a more comprehensive way.


This change is Reviewable

kormat commented 5 years ago

We've been using this for the last 3 years and it's worked fine. Rebased on master, just in case there's a chance of getting it merged :)

apratina commented 4 years ago

@kevinburke - Can this PR be merged?