Merge "Initialize logging from HTTPD."

This commit is contained in:
Jenkins 2013-06-23 16:32:28 +00:00 committed by Gerrit Code Review
commit bc063e554f
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ from keystone import config
LOG = logging.getLogger(__name__)
CONF = config.CONF
CONF(project='keystone')
config.setup_logging(CONF)
environment.use_stdlib()
name = os.path.basename(__file__)