Final few log tweaks, i18n, levels, including contexts, etc.

This commit is contained in:
Todd Willey
2011-01-04 00:26:41 -05:00
parent 0799e9ac68
commit 80c7e89f3e
6 changed files with 12 additions and 18 deletions

View File

@@ -70,8 +70,7 @@ flags.DEFINE_string('credential_rc_file', '%src',
flags.DEFINE_string('auth_driver', 'nova.auth.dbdriver.DbDriver',
'Driver that auth manager uses')
LOG = logging.getLogger('nova.authmanager')
LOG = logging.getLogger('nova.auth.manager')
class AuthBase(object):