Logs

You can view the service logs using the log subcommand. .. parsed-literal:

$ docker-compose logs -f

You may see “error” messages scrolling by in the windows, these are related to the start-up of each GDK system and can likely be ignored.

The logs for each service can be accessed as such: .. parsed_literal:

$ docker-compose logs [-f] <service name>

include the -f flag only if continuous logging to terminal stdout is desired.