Skip to content

Commit

Permalink
Force docker logs to 10,000 lines in dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMahe committed Nov 28, 2019
1 parent 640f923 commit 87a6570
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 87a6570

Please sign in to comment.