from logging import basicConfig, getLogger from os import environ basicConfig(level=environ.get("LOGLEVEL", "INFO")) log = getLogger("dropship")