Update logging.getLogger() calls to use edx instead of mitx

This commit is contained in:
David Baumgold
2013-12-02 14:28:00 -05:00
parent bbcd8affa9
commit e26fc08d2b
20 changed files with 20 additions and 21 deletions

View File

@@ -50,7 +50,7 @@ from xmodule.course_module import CourseDescriptor
from xmodule.modulestore import Location
from xmodule.modulestore.exceptions import ItemNotFoundError
log = logging.getLogger("mitx.external_auth")
log = logging.getLogger("edx.external_auth")
AUDIT_LOG = logging.getLogger("audit")
SHIBBOLETH_DOMAIN_PREFIX = 'shib:'