Elasticsearch change log level at run time for all parameters

Hi,
I want to change the log level of all parameters mentioned in the logging.yml file to error, so that there should be lesser logs in the log files and shouldn't be disk-full issues.
I didn't find the commands online to change the log level of every parameter.
Could you please help me to change the log level without requiring it to restart the elasticsearch.

If your logs are filling up your disk, then you should really fix the problems being logged, not ignore them.