...
| Excerpt |
|---|
Explain how to perform debugging when something doesn't work in Cargo |
Sometimes, it can happen that the container does not start or stop as expected or you might have reasons to believe that CARGO is "acting weird". Here is a short list of things you can do to try debugging the problem.
...
When you use mvn with the -e option, both Maven itself and the CARGO plugin will output log everything in debug mode.