This is a quick question, if someone can confirm this. Does this disable info logs?
{
"persistent": {
"logger": {
"org": {
"elasticsearch": {
"deprecation": "ERROR"
}
}
}
},
"transient": {
"logger": {
"watcher": "DEBUG",
"cluster": "DEBUG",
"rest": "DEBUG",
"plugins": "DEBUG",
"usage": "DEBUG",
"index": "DEBUG",
"bootstrap": "DEBUG",
"transport": "DEBUG",
"env": "DEBUG",
"threadpool": "DEBUG",
"script": "DEBUG",
"ingest": "DEBUG",
"snapshots": "DEBUG",
"indices": "DEBUG",
"search": "DEBUG",
"common": {
"cache": "DEBUG",
"component": "DEBUG",
"compress": "DEBUG",
"xcontent": "DEBUG",
"io": "DEBUG",
"document": "DEBUG",
"lucene": "DEBUG",
"lease": "DEBUG",
"metrics": "DEBUG",
"transport": "DEBUG",
"inject": "DEBUG"
},
"repositories": "DEBUG",
"discovery": "DEBUG",
"action": "DEBUG",
"client": "DEBUG",
"http": "DEBUG",
"persistent": "DEBUG",
"gateway": "DEBUG",
"tasks": "DEBUG"
}
}
}