summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorTodd Willey <todd@ansolabs.com>2011-01-07 20:09:54 +0000
committerTarmac <>2011-01-07 20:09:54 +0000
commit05ccbb75c45aa3c348162043495e1a3d279e5b06 (patch)
tree7ebd7318bdf4caa1058ea7088764534c2eaca8f0 /setup.py
parentcbd67da1ae2a24462767a5a2aad0861792652c09 (diff)
parent149ea349592a9fa60057e290e7659aad65b6cf65 (diff)
downloadnova-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.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1abf4d9fe..e00911099 100644
--- a/setup.py
+++ b/setup.py
@@ -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'])