Skip to content

Commit

Permalink
09091
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyd66 committed Sep 9, 2024
1 parent e6b41aa commit 5a02d63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion handler/analyzer/analyze_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ def __get_log_name_list(self, ssh_client, node):
log_path = os.path.join(home_path, "log")
# self.scope == "observer"
get_oblog = "ls -1 -F %s/*%s.log* | grep -E 'observer.log(\.[0-9]+){0,1}$' | grep -v 'wf'|awk -F '/' '{print $NF}'" % (log_path, self.scope)
self.stdio.print("get_oblog cmd is ", get_oblog)
# get_oblog = "ls -1 -F %s/*%s.log* | awk -F '/' '{print $NF}'" % (log_path, self.scope)
log_name_list = []
log_files = ssh_client.exec_cmd(get_oblog)
Expand Down

0 comments on commit 5a02d63

Please sign in to comment.