Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 340 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 340 Bytes

Logging library that uses logrus to write json lines with more standard fields for strutured logging.

To enable debug logging set env variable DEBUG to 1.

To disable json-line format (e.g. to get get human-readable lines for local testing) set env variable LOG_FORMAT to plain.