Enable debug logs

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"
        }
      }
    }

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.