Skip to content

Commit

Permalink
Update make SERVICE-logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
robrap authored and macdiesel committed Sep 18, 2017
1 parent 21aed9b commit 123c8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ logs: ## View logs from containers running in detached mode
docker-compose logs -f

%-logs: ## View the logs of the specified service container
docker-compose logs -f --tail=500 | grep edx.devstack.$*
docker-compose logs -f --tail=500 $*

pull: ## Update Docker images
docker-compose pull
Expand Down

0 comments on commit 123c8aa

Please sign in to comment.