Skip to content
Snippets Groups Projects
Commit 325deb42 authored by Régis Behmo's avatar Régis Behmo
Browse files

Better docs on logs

parent 41f14d52
Branches
Tags
No related merge requests found
......@@ -19,6 +19,11 @@ Do you need professional assistance with your tutor-managed Open edX platform? O
Logging
-------
.. note::
Logs are of paramount importance for debugging Tutor. When asking for help on the `Tutor forums <https://discuss.overhang.io>`__, **you should always include the unedited logs of your app**. You can get those with::
tutor local logs --tail=100 -f
To view the logs from all containers use the ``tutor local logs`` command, which was modeled on the standard `docker-compose logs <https://docs.docker.com/compose/reference/logs/>`_ command::
tutor local logs --follow
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment