Skip to content

Commit

Permalink
test(nodetool): add seastar tracing for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
fruch committed Oct 9, 2024
1 parent 8c8cb35 commit 584f3c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdcm/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -2647,6 +2647,7 @@ def run_nodetool(self, sub_cmd: str, args: str = "", options: str = "", timeout:
:param long_running: command would be executed on host, and polled for results
:return: Remoter result object
"""
options = '--logger-log-level seastar=trace '
cmd = self._gen_nodetool_cmd(sub_cmd, args, options)

with NodetoolEvent(nodetool_command=sub_cmd,
Expand Down

0 comments on commit 584f3c8

Please sign in to comment.