-
Notifications
You must be signed in to change notification settings - Fork 1
Debugging
Phil Smart edited this page Jun 7, 2023
·
1 revision
If you make a breaking change to a validator (e.g., inside the XML configuration) the container will likely not start. You can check why a validator failed to start by inspecting the docker log for the container.
For example: after running ./up find the names of the starting containers using docker ps, then, for a container that eventually fails, run docker logs <container-name>. This should show the Spring Boot logs for that container.