Commit 779a7812 authored by Georgios Konstantopoulos's avatar Georgios Konstantopoulos Committed by GitHub

docs: explain usage of dc logs (#488)

parent 5ed84c90
......@@ -96,3 +96,10 @@ docker-compose stop -- batch_submitter
docker-compose build -- builder batch_submitter
docker-compose start batch_submitter
```
By default, the `docker-compose up` command will show logs from all services, and that
can be hard to filter through. In order to view the logs from a specific service, you can run:
```
docker-compose logs --follow <service name>
```
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