flask log disable import logginglog = logging.getLogger('werkzeug')log.setLevel(logging.ERROR) Programming/Python 2017.04.19