Skip to content

logs about updating IndexSetting should be more detailed #49818

Closed
@kkewwei

Description

@kkewwei

ES_VERSION: 7.3.1
Description of the problem including expected versus actual behavior:
When updating index setting like this:
PUT index1/_settings { "index": { "merge": { "policy": { "max_merge_at_once": "5" } } } }
and relevent log is:
[2019-12-03T21:59:14,065][INFO ][o.e.c.s.IndexScopedSettings] [node-1] updating [index.merge.policy.max_merge_at_once] from [10] to [5]
according to the log, I don't know which index is updated, If we could add the index name in the log.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions