Skip to content

Commit

Permalink
Merge pull request #1532 from mesg-foundation/fix/docker-logs
Browse files Browse the repository at this point in the history
Force docker logs to 10,000 lines in dev script
  • Loading branch information
antho1404 authored Nov 28, 2019
2 parents 640f923 + 87a6570 commit 52c3b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ case $cmd in
start_engine
if ! $quiet; then
trap onexit EXIT
docker service logs --follow --raw $MESG_NAME
docker service logs --tail 10000 --follow --raw $MESG_NAME
fi
;;
stop)
Expand Down

0 comments on commit 52c3b11

Please sign in to comment.