diff options
author | Todd Willey <todd@ansolabs.com> | 2011-01-07 20:09:54 +0000 |
---|---|---|
committer | Tarmac <> | 2011-01-07 20:09:54 +0000 |
commit | 05ccbb75c45aa3c348162043495e1a3d279e5b06 (patch) | |
tree | 7ebd7318bdf4caa1058ea7088764534c2eaca8f0 /setup.py | |
parent | cbd67da1ae2a24462767a5a2aad0861792652c09 (diff) | |
parent | 149ea349592a9fa60057e290e7659aad65b6cf65 (diff) | |
download | nova-05ccbb75c45aa3c348162043495e1a3d279e5b06.tar.gz nova-05ccbb75c45aa3c348162043495e1a3d279e5b06.tar.xz nova-05ccbb75c45aa3c348162043495e1a3d279e5b06.zip |
Wrap logs so we can:
* use a "context" kwarg to track requests all the way through the system
* use a custom formatter so we get the data we want (configurable with flags)
* allow additional formatting for debug statements for easer debugging
* add an AUDIT level, useful for noticing changes to system components
* use named logs instead of the general logger where it makes sesnse
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -64,9 +64,11 @@ setup(name='nova', 'bin/nova-dhcpbridge', 'bin/nova-import-canonical-imagestore', 'bin/nova-instancemonitor', + 'bin/nova-logspool', 'bin/nova-manage', 'bin/nova-network', 'bin/nova-objectstore', 'bin/nova-scheduler', + 'bin/nova-spoolsentry', 'bin/nova-volume', 'tools/nova-debug']) |