Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 597 Bytes

logging.md

File metadata and controls

18 lines (10 loc) · 597 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