summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabhishekkekane <abhishek.kekane@nttdata.com>2014-06-20 05:26:26 -0700
committerabhishekkekane <abhishek.kekane@nttdata.com>2014-07-09 00:07:40 -0700
commitac92c06d3b2f9b7e891d6bea9708726c2d05f3ca (patch)
tree11f86db33b4fdf52bfc917e37bbdf40dba939892
parente184dd362adb0ac5956c797aa294fa6161f9af16 (diff)
downloadoslo-incubator-ac92c06d3b2f9b7e891d6bea9708726c2d05f3ca.tar.gz
Add default log level for websocket
Added default log level as warning for websocket module. blueprint: update-to-latest-websockify Change-Id: I4d9945ed9488d84276b1f76994f712ca8792a821
-rw-r--r--openstack/common/log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/log.py b/openstack/common/log.py
index 3b1b557f..0aef9d45 100644
--- a/openstack/common/log.py
+++ b/openstack/common/log.py
@@ -124,7 +124,7 @@ DEFAULT_LOG_LEVELS = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN',
'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO',
'oslo.messaging=INFO', 'iso8601=WARN',
'requests.packages.urllib3.connectionpool=WARN',
- 'urllib3.connectionpool=WARN']
+ 'urllib3.connectionpool=WARN', 'websocket=WARN']
log_opts = [
cfg.StrOpt('logging_context_format_string',