IT contains a three step
- We can capture logs in case of troubleshooting
They talk about traditional way where the logs are stored in a log.txt file(depends on system ) and the problem is that if the docker image is gone log are log are gone
2.we try to push logs to the centralized location ,here the problem is that, log.txt is tightly coupled with the logging system - It will write all the logs to its standard out or to the local file in a structured json format, then use by agent ,then transfer to central location
Case 2 and Case 3 not able to understand and in 3 also its is tightly coupled if docker image is gone then all end ,so how we retrive log ?