yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #24311
[Bug 1389586] [NEW] lack of debug logging for federation flows
Public bug reported:
There is a distinct lack of debug logging in the federation branch of
the code, making debugging certain mapping assertions harder than it
needs to be:
steve:keystone$ grep 'LOG' -r keystone/contrib/federation/*
keystone/contrib/federation/core.py:LOG = logging.getLogger(__name__)
keystone/contrib/federation/idp.py:LOG = log.getLogger(__name__)
keystone/contrib/federation/idp.py: LOG.error(msg)
keystone/contrib/federation/idp.py: LOG.error(msg)
keystone/contrib/federation/utils.py:LOG = log.getLogger(__name__)
keystone/contrib/federation/utils.py: LOG.warning(_('Ignoring user name %s'),
We should add some more debug logging.
** Affects: keystone
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1389586
Title:
lack of debug logging for federation flows
Status in OpenStack Identity (Keystone):
New
Bug description:
There is a distinct lack of debug logging in the federation branch of
the code, making debugging certain mapping assertions harder than it
needs to be:
steve:keystone$ grep 'LOG' -r keystone/contrib/federation/*
keystone/contrib/federation/core.py:LOG = logging.getLogger(__name__)
keystone/contrib/federation/idp.py:LOG = log.getLogger(__name__)
keystone/contrib/federation/idp.py: LOG.error(msg)
keystone/contrib/federation/idp.py: LOG.error(msg)
keystone/contrib/federation/utils.py:LOG = log.getLogger(__name__)
keystone/contrib/federation/utils.py: LOG.warning(_('Ignoring user name %s'),
We should add some more debug logging.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1389586/+subscriptions
Follow ups
References