diff --git a/README.md b/README.md index 115c86f235ad595a1266a39b3a62f8826dcdde2d..e77bea90aa50a4e674625fc9ab8790bee39ee49c 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,10 @@ To stop it it Log files are kept in `logs/`, data dumps in `data/` and plots in `plots/`. -To check the logs or follow them in real-time +To check the logs or follow them in real-time (`-f`) and limit the rewind +to a number of lines `--tail=N`, e.g. - docker-compose logs -f SERVICE_NAME + docker-compose logs -f --tail=10 SERVICE_NAME The `SERVICE_NAME` can be any of `backend`, `frontend`, `ligier`, `ligiermirror`, `ligierlogmirror`, `reco` or `livelog`.