Browse Source

query-node run-tests.sh log graphql-server

Mokhtar Naamani 4 years ago
parent
commit
81fe934cf4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      query-node/run-tests.sh

+ 1 - 0
query-node/run-tests.sh

@@ -24,6 +24,7 @@ function cleanup() {
     (echo "## Processor Logs ##" && docker logs joystream_processor_1 --tail 50) || :
     (echo "## Indexer Logs ##" && docker logs joystream_indexer_1 --tail 50) || :
     (echo "## Indexer API Gateway Logs ##" && docker logs joystream_hydra-indexer-gateway_1 --tail 50) || :
+    (echo "## Graphql Server Logs ##" && docker logs joystream_graphql-server_1 --tail 50) || :
     docker-compose down -v
 }