rafecolton / docker-builder

Docker builder builds Docker images from a friendly config file.
MIT License
80 stars 11 forks source link

Audit all log messages & levels, create "log api" #104

Closed rafecolton closed 9 years ago

rafecolton commented 10 years ago

This is to ensure that we are not just logging "stuff" but that the log messages clearly relay both the state of the build and any errors we encounter.

Fortunately logrus prints nicely-formatted JSON messages, but it will be important to clearly define what fields are expected to be found in which log messages. Basically, we want an api for how to parse the docker-builder logs.

rafecolton commented 10 years ago

This will also include looking at the output of any processes in the follower container to make sure they conform to this interface.