Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 555 Bytes

logging.md

File metadata and controls

17 lines (9 loc) · 555 Bytes

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

back