Logging
Logger
This creates an instance of a python logger object using the module name as logger identifier
import logging
logger = logging.getLogger(__name__)
This creates an instance of a python logger object using the module name as logger identifier
import logging
logger = logging.getLogger(__name__)