import logging import sys logging.basicConfig(stream=sys.stdout, level=logging.INFO) LOG = logging.getLogger(__name__)