Skip to content

Commit

Permalink
fix(ci): dump all logs script calls docker logs
Browse files Browse the repository at this point in the history
The start.log file is no longer relevant since we don't use the
start.sh script anymore either.

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Mar 2, 2020
1 parent 4397393 commit c8285a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/tools/dump-all-logs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ LOG_DUMP_SEPARATOR="52ab9841-eb58-4fba-8bd6-0d2eb091393f"
echo "LOGS_BEGIN---$LOG_DUMP_SEPARATOR"

### FABRIC LOGS
cat fabric/logs/start.log
echo "FABRIC_STARTUP_LOG_END---$LOG_DUMP_SEPARATOR"
docker-compose -f fabric/artifacts/docker-compose.yaml logs
echo "COMPOSE_FABRIC_NETWORK_LOG_END---$LOG_DUMP_SEPARATOR"
docker-compose -p federation-fabric -f ./federations/docker-compose-fabric.yml --compatibility logs
Expand Down

0 comments on commit c8285a7

Please sign in to comment.