Open edX - Devstack - Viewing logs
01 Feb 2019This is a hint for debugging the devstack installation of Open edX. I ran into a problem where I was recieving a "Connection Reset" error whenever I was trying to browse the LMS at http://localhost:18000/. By running the following command you can see the logs entries being generated for the container:
make lms-logs
This can be run for the studio as well:
make studio-logs