kolla-ansible/kolla/common
Joshua Harlow 929d84b143 Stop using a global logger for all the things
Instead of using the same logger for all the things
which makes it incredibly hard to figure out what the images
and there builds are doing; instead have it so that each
image gets its own logger which is then used by tasks that
process that image.

Each images logs now will (optionally) go to a logs directory
that can be more easily read and looked over and leaves
the main logger for informational/task kind of
output only.

Closes-Bug: #1586478

Change-Id: I939e073a2bc5ed8b5a1e969888fc743d80f468c9
2016-06-21 15:25:05 -07:00
..
__init__.py Generate the kolla-build.conf file using oslo_config 2016-01-06 08:11:06 +08:00
config.py Stop using a global logger for all the things 2016-06-21 15:25:05 -07:00
task.py Use a task model and dumb workers 2016-06-02 11:21:09 -07:00