Skip to content

Commit

Permalink
chore: output lnd logs for sim tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sangaman committed Dec 23, 2020
1 parent efcf13b commit 6447152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/simulation/logs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

find $PWD/temp/logs -type f -name xud*.log -printf "\n%f\n\n" -exec cat {} \;
find $PWD/temp/logs -type f -name connext*.log -printf "\n%f\n\n" -exec cat {} \;
find $PWD/temp/logs -type f -name lnd*.log -printf "\n%f\n\n" -exec cat {} \;

0 comments on commit 6447152

Please sign in to comment.