How to disable all logging except ERROR

Still creating the ray_results output with that setting as follows:

logger = logging.getLogger('tune.logger')
logger.propagate = False
os.environ['TUNE_DISABLE_AUTO_CALLBACK_LOGGERS'] = '1'
ray.init(configure_logging=False, log_to_driver=False)