[Golang] Zap log in Golang
https://betterstack.com/community/guides/logging/go/zap/ Đầu tiên chúng ta sẽ bắt đầu với code demo đơn giản: you must create a zap.Logger instance before you can begin to write logs. The NewProduction() method returns a Logger configured to log to the standard error in JSON format, and its minimum log level is set to INFO và output bạn nhận được là: Mình sẽ giải thích chút về…