Sometimes I needed to add some testing code on the Backend application, just to see how it works on the background. Usually it was some System.out.println message.
The problem was how to find the log on the virtual machine. After researching ai found that the containters are located on /var/lib/docker/containers. The container folders are named as a huge hashcodes, and the log files have the same name, but ending with -json.log
I suggest you make that explicit on the text. It will save us (readers) some precious time.
Thank you.
Sometimes I needed to add some testing code on the Backend application, just to see how it works on the background. Usually it was some System.out.println message.
The problem was how to find the log on the virtual machine. After researching ai found that the containters are located on /var/lib/docker/containers. The container folders are named as a huge hashcodes, and the log files have the same name, but ending with -json.log
I suggest you make that explicit on the text. It will save us (readers) some precious time.
Thank you.