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 … Continue reading Logging #1: Demo Application
Tag: logrusutil
Logrusutil v1.0.0
After a week I have released logrusutil v1.0.0. What took me at least 80% of the time? Writing GoDocs, example application and readme files.Setting up continuous integration with GitHub Actions and GolangCI.Testing the library consumption via Go Modules, go get and dep.