import logging
import os
LOG_LEVEL = logging.DEBUG
UPDATE_VP_ON_FAIL = False
DEV_BUILD = False
APP_DIR = os.getenv('APP_DIR')