How to set up looging level in Elasticsearch

hi, could you tell me how to set up explicitly logging level in Elasticsearch as INFO?
I would like to do that in the file: elasticsearch. yaml

Hello, please reffer to https://www.elastic.co/guide/en/elasticsearch/reference/current/logging.html

So it will be: logger.org.elasticsearch: info , right ?

Yes !