Skip to content

Commit

Permalink
Ensure each container gets logged in debug script
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds authored Aug 25, 2022
1 parent 96868da commit 7b826a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/debug
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ if [[ ! -z "${installed_apps:-}" ]]; then
echo
echo "${app}"
echo
# Double tail because we want 30 lines total not per container
./scripts/app compose $app logs --tail 30 | grep -v 'tor_server_1 ' | tail -n 30
# 10 lines from each container
./scripts/app compose $app logs --tail 10 | grep -v 'tor_server_1 '
done
fi

Expand Down

0 comments on commit 7b826a5

Please sign in to comment.