import logging logging.basicConfig(level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s") DEV_LOGGER = logging.getLogger(__name__)