summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Voccio <paul@substation9.com>2011-10-18 11:55:45 -0500
committerPaul Voccio <paul@substation9.com>2011-10-18 11:56:50 -0500
commitec72417b9fb625f0d0323ddf738d2aa3fc87a7cd (patch)
tree3d4a8282d3f56e7186d160fd925a2ea82f2d010c
parent63c18186019754495a970773c0cc83dd330decbd (diff)
downloadkeystone-ec72417b9fb625f0d0323ddf738d2aa3fc87a7cd.tar.gz
keystone-ec72417b9fb625f0d0323ddf738d2aa3fc87a7cd.tar.xz
keystone-ec72417b9fb625f0d0323ddf738d2aa3fc87a7cd.zip
Fixes LP844959, typo in Authors file
Change-Id: I72f84c8277fb3f59a39e6a679f13460f778f1b06
-rw-r--r--AUTHORS2
-rwxr-xr-xkeystone/common/config.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index efaa4389..5c93ae68 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -22,7 +22,7 @@ Khaled Hussein <khaled.hussein@gmail.com>
Mark Gius <mgius7096@gmail.com>
Mark McLoughlin <markmc@redhat.com>
Monty Taylor <mordred@inaugust.com>
-Paul VOccio <paul@substation9.com>
+Paul Voccio <paul@substation9.com>
Ramana Juvvadi <rjuvvadi@hcl.com>
Robin Norwood <robin.norwood@gmail.com>
root <root@newapps.(none)>
diff --git a/keystone/common/config.py b/keystone/common/config.py
index 84207dc9..c769f837 100755
--- a/keystone/common/config.py
+++ b/keystone/common/config.py
@@ -317,6 +317,7 @@ def load_paste_app(app_name, options, args):
try:
# Setup logging early, supplying both the CLI options and the
# configuration mapping from the config file
+ options['log_file'] = "%s.log" % app_name
setup_logging(options, conf)
# We only update the conf dict for the verbose and debug