From ec72417b9fb625f0d0323ddf738d2aa3fc87a7cd Mon Sep 17 00:00:00 2001 From: Paul Voccio Date: Tue, 18 Oct 2011 11:55:45 -0500 Subject: Fixes LP844959, typo in Authors file Change-Id: I72f84c8277fb3f59a39e6a679f13460f778f1b06 --- AUTHORS | 2 +- keystone/common/config.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index efaa4389..5c93ae68 100644 --- a/AUTHORS +++ b/AUTHORS @@ -22,7 +22,7 @@ Khaled Hussein Mark Gius Mark McLoughlin Monty Taylor -Paul VOccio +Paul Voccio Ramana Juvvadi Robin Norwood root 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 -- cgit