"logging" is a python module used for logging output to the console. Mainly used for debugging.
The logging module is a python module for logging output to the console. Most often it is used for debugging a program by printing output when specific conditions are met.