Depends on D4595
As discussed in the Comm channel, we'd like to perform logging in services and save the logs to files so that when the service crashes, we're able to track down what might've happened more easily.
In order to do this, I think it would be good to create a separate space (directory) in the docker containers' file systems.
I was thinking of just a directory /logs. I think this should be in the base image because it's going to be used in the same way across all the services that are built on top of the base image. If we decide this is a good idea, I'm going to rebuild the base image and push it to the hub, then land this.