Skip to content

Commit fd070b6

Browse files
committed
Restrict logs to tail last 500 lines.
1 parent 999579b commit fd070b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ logs: ## View logs from containers running in detached mode
5656
docker-compose logs -f
5757

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

6161
pull: ## Update Docker images
6262
docker-compose pull

0 commit comments

Comments
 (0)