Skip to content

Commit 4404b2d

Browse files
authored
[k2] remove cluster from k2 json logs (#1638)
This PR updates list of K2-specific tags. `"cluster"` tag was added.
1 parent 66066b0 commit 4404b2d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/python/lib/k2_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def _process_json_log(self, log_record):
7171
log_record.pop("file", "")
7272
log_record.pop("line", "")
7373
log_record.pop("hostname", "")
74+
log_record.pop("cluster", "")
7475

7576
# convert raw string to python dict
7677
tags = log_record.get("tags")

0 commit comments

Comments
 (0)