Introducing mtlog
• 5 min read
Logs humans can read at 2 AM. Structured data machines can query at 9 AM. In Go.
Go developers often face a trade-off when it comes to logging: readable logs that are great for humans but lack structured data for queries, or structured logs that are great for machines but verbose and awkward to read. With mtlog, you don't have to choose.
Read more