Skip to content

Commit

Permalink
verbosity to 0 (#3031)
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki authored and Mark Beacom committed Nov 30, 2018
1 parent 6edd016 commit b10fc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker-command.bash
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [ "$VSCODE_DEBUGGER_ENABLED" = "on" ]; then
fi

if [ "$GC_WEB_WORKER" = "runserver_plus" ]; then
GC_WEB_OPTS="${GC_WEB_OPTS} --extra-file /code/app/app/.env --nopin"
GC_WEB_OPTS="${GC_WEB_OPTS} --extra-file /code/app/app/.env --nopin --verbosity 0"
fi

# Provision the Django test environment.
Expand Down

0 comments on commit b10fc9a

Please sign in to comment.