Logging

Logging

General

As a system is running it is important to gather logging information for tasks the are executed or errors that may occur and having a basic understanding of logging should be considered basic training.

Log levels

Log levels are a set of common labels given to logs to indicate the type of event that has taken place.
You can read more about log levels here.

Common logging tools

Comments