A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Which is good logging library in Golang?

Best Answers

It is compatible with the standard golang libararies. You can also add various level of logging like debugging level logging, info level or error level etc. You can customise your Logrus to use Correlation Id to keep the track of user, time stamp and other info. Along with Logrus you can use lumberjack to wrap all your loggings into a file. read more

Golang logging can be expensive without a good Golang logging strategy. Developers should resist to the temptation of logging almost everything – even if much is interesting! If the purpose of logging is to gather as much information as possible, it has to be done properly in order to avoid the white noise of logs containing useless elements. read more

Encyclopedia Research

Related Question Categories

Image Answers

A Distributed Cron-Style Job System in #golang – Golang ...
Source: golang.ch