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

@@ -15,7 +15,7 @@ from xblock.fields import Scope, List
from xmodule.modulestore.exceptions import ItemNotFoundError
log = logging.getLogger('mitx.' + __name__)
log = logging.getLogger('edx.' + __name__)
class ConditionalFields(object):