We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cluster
1 parent 66066b0 commit 4404b2dCopy full SHA for 4404b2d
1 file changed
tests/python/lib/k2_server.py
@@ -71,6 +71,7 @@ def _process_json_log(self, log_record):
71
log_record.pop("file", "")
72
log_record.pop("line", "")
73
log_record.pop("hostname", "")
74
+ log_record.pop("cluster", "")
75
76
# convert raw string to python dict
77
tags = log_record.get("tags")
0 commit comments