summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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