import logging
import os
LOG_LEVEL = logging.INFO
UPDATE_VP_ON_FAIL = False
DEV_BUILD = False
AUT_PATH = os.getenv('AUT_PATH')