summaryrefslogtreecommitdiff
path: root/etc/nova/logging_sample.conf
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2014-05-05 14:31:09 +0200
committerDirk Mueller <dirk@dmllr.de>2014-05-08 18:23:12 +0200
commit48591e83894354b57f0528ea98e6efe026acac28 (patch)
tree664bfc41ea6a151f50e93d5ff7a19f0a062b940a /etc/nova/logging_sample.conf
parent89fd0770420200c58a20006eee3f3a03aa21fe37 (diff)
downloadnova-48591e83894354b57f0528ea98e6efe026acac28.tar.gz
Remove explicit dependency on amqplib
kombu already depends on amqp or amqplib depending on its version, and no explicit access to amqplib exists in nova code. Update logging config to list both amqp and amqplib, as kombu will setup one or the other. Change-Id: I716050593cde15f2a614175d9849340e5858fc32
Diffstat (limited to 'etc/nova/logging_sample.conf')
-rw-r--r--etc/nova/logging_sample.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/nova/logging_sample.conf b/etc/nova/logging_sample.conf
index 59e24f57c6..5482a0401d 100644
--- a/etc/nova/logging_sample.conf
+++ b/etc/nova/logging_sample.conf
@@ -16,6 +16,11 @@ level = INFO
handlers = stderr
qualname = nova
+[logger_amqp]
+level = WARNING
+handlers = stderr
+qualname = amqp
+
[logger_amqplib]
level = WARNING
handlers = stderr