You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: