Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Look in log files for errors
  2. Solve the problem
  3. Profit!

Docker Devstack 

Use convenient make commands to view logs for specific IDAs. More details in the readme https://github.com/edx/devstack

To see logs from containers running in detached mode, you can either use "Kitematic" (available from the "Docker for Mac" menu), or by running the following:

Code Block
make logs


To view the logs of a specific service container run make <service>-logs. For example, to access the logs for Ecommerce, you can run:


Code Block
make ecommerce-logs