September 2017
Intermediate to advanced
466 pages
9h 33m
English
This part will teach you how to send information from a Go program to the logging service and therefore to system log files. Despite the obvious fact that it is good to keep information stored, log files are necessary for server processes because there is no other way for a server process to send information to the outside world, as it has no Terminal to send any output.
Generally speaking, using a log file is better than displaying the output on the screen for two reasons: first, the output does not get lost, as it ...
Read now
Unlock full access