You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
For Remote store enabled nodes, we add multiple remote store related attributes in node. Those all attributes are getting logged in logs when node's information is being logged.
It is creating too much noise in logs, and for the logs where multiple node's information is logged in single line it will be too long log lines.
Fix
We can redact the node attributes from the logs. We can remove those attribute from toString method of DiscoveryNode.
Is your feature request related to a problem? Please describe.
For Remote store enabled nodes, we add multiple remote store related attributes in node. Those all attributes are getting logged in logs when node's information is being logged.
It is creating too much noise in logs, and for the logs where multiple node's information is logged in single line it will be too long log lines.
Fix
We can redact the node attributes from the logs. We can remove those attribute from
toString
method of DiscoveryNode.Meta issue: #10523
The text was updated successfully, but these errors were encountered: