Skip to content

Commit

Permalink
combine_logs: Handle multiprocess wallet log files
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanofsky committed Sep 18, 2024
1 parent da3e997 commit 2738999
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/functional/combine_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ def main():
colors["node1"] = "\033[0;32m" # GREEN
colors["node2"] = "\033[0;31m" # RED
colors["node3"] = "\033[0;33m" # YELLOW
colors["wall0"] = "\033[0;34;1m" # BLUE
colors["wall1"] = "\033[0;32;1m" # GREEN
colors["wall2"] = "\033[0;31;1m" # RED
colors["wall3"] = "\033[0;33;1m" # YELLOW
colors["reset"] = "\033[0m" # Reset font color

log_events = read_logs(testdir)
Expand Down

0 comments on commit 2738999

Please sign in to comment.