Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 491 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 491 Bytes

gelf

This formatter outputs GELF v1.1

This is used in our production system to output GELF formatted logs. The features built into it (such as logging http.Request), were built because that's what we needed. If you have different requirements, feel free to copy the code into your repository and modify it.

I may make the gelf package more generic so others can do what they want. If you have an idea of how to do this with a good API, let me know.