Commit fd070b65 by Vedran Karacic Committed by Vedran Karačić

Restrict logs to tail last 500 lines.

parent 999579be
...@@ -56,7 +56,7 @@ logs: ## View logs from containers running in detached mode ...@@ -56,7 +56,7 @@ logs: ## View logs from containers running in detached mode
docker-compose logs -f docker-compose logs -f
%-logs: ## View the logs of the specified service container %-logs: ## View the logs of the specified service container
docker-compose logs -f | grep edx.devstack.$* docker-compose logs -f --tail=500 | grep edx.devstack.$*
pull: ## Update Docker images pull: ## Update Docker images
docker-compose pull docker-compose pull
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment