Views:
3,918
Reading Time: 4 minutesDocker logging best practice states that you should direct your logs to stdout and stderr. However, is there a way to avoid modifying your existing application to comply with that advice? Yes there is and it’s a simple symlink hack …
Continue reading “Docker Logging | Symlink Hack”