import logging logging.basicConfig(level=logging.NOTSET) logger = logging.getLogger('folkugat-web') logger.setLevel(logging.INFO)