summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorLance Bragstad <ldbragst@us.ibm.com>2013-08-09 20:02:19 +0000
committerLance Bragstad <ldbragst@us.ibm.com>2013-08-13 20:12:53 +0000
commit7b58fbecfd7ed64f1af51527ca4a86fb2bd28655 (patch)
tree4c405f813accab54af2fed230a9c42f599f95c20 /bin
parent6cd646f7129a554b41bea3a5d34539edf652be48 (diff)
downloadkeystone-7b58fbecfd7ed64f1af51527ca4a86fb2bd28655.tar.gz
keystone-7b58fbecfd7ed64f1af51527ca4a86fb2bd28655.tar.xz
keystone-7b58fbecfd7ed64f1af51527ca4a86fb2bd28655.zip
Initial implementation of unified-logging
This is the base implementation of a unified logging solution for Keystone from Oslo-incubator. More work is still needed to refactor the rest of Keystone such that it is completely dependent on the implementation from Oslo and not the older keystone/common/logging.py implementation, this is also noted in keystone/common/config.py. blueprint unified-logging-in-keystone Change-Id: I711cbac8edd887c52114fb13327e37124ea86737
Diffstat (limited to 'bin')
-rwxr-xr-xbin/keystone-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/keystone-all b/bin/keystone-all
index 53b50199..bb755606 100755
--- a/bin/keystone-all
+++ b/bin/keystone-all
@@ -80,7 +80,7 @@ if __name__ == '__main__':
version=pbr.version.VersionInfo('keystone').version_string(),
default_config_files=config_files)
- config.setup_logging(CONF)
+ config.setup_logging(CONF, product_name='keystone')
# Log the options used when starting if we're in debug mode...
if CONF.debug: