diff options
| author | Paul Voccio <paul@substation9.com> | 2011-10-18 11:55:45 -0500 |
|---|---|---|
| committer | Paul Voccio <paul@substation9.com> | 2011-10-18 11:56:50 -0500 |
| commit | ec72417b9fb625f0d0323ddf738d2aa3fc87a7cd (patch) | |
| tree | 3d4a8282d3f56e7186d160fd925a2ea82f2d010c | |
| parent | 63c18186019754495a970773c0cc83dd330decbd (diff) | |
| download | keystone-ec72417b9fb625f0d0323ddf738d2aa3fc87a7cd.tar.gz keystone-ec72417b9fb625f0d0323ddf738d2aa3fc87a7cd.tar.xz keystone-ec72417b9fb625f0d0323ddf738d2aa3fc87a7cd.zip | |
Fixes LP844959, typo in Authors file
Change-Id: I72f84c8277fb3f59a39e6a679f13460f778f1b06
| -rw-r--r-- | AUTHORS | 2 | ||||
| -rwxr-xr-x | keystone/common/config.py | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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 |
