Logging #1: Demo Application

This is the first installment of the blog post series describing application logging. The posts are going to be short. I use Go, but most of the concepts is should be language agnostic. I will try to list good supplemental references.

First, I want to present a demo application go-structured-logging-demo, which I will use to present patterns, practices and tools used for application logging. I am going to use following libraries:

Moreover, I will try to present how to send and analyze the application logs in the following Log Management Tools:

Logging series

Leave a comment