Why i do not use Golang Standard Logging

Luci Bro
5 min readMay 7, 2021

When dealing with logs in Go, I think many people use third-party logging libraries.

I think the reason is that the standard log package has poor functionality, especially no level.

However, in terms of Go language fundamentalism, you still want to use the standard.