Commit d1cd7e50 by David Ormsbee

change logging from mitx.user to mitx.student to reflect package structure

parent 7ffa71d4
......@@ -17,7 +17,7 @@ from mitxmako.shortcuts import render_to_response, render_to_string
from models import Registration, UserProfile
from django_future.csrf import ensure_csrf_cookie
log = logging.getLogger("mitx.user")
log = logging.getLogger("mitx.student")
def csrf_token(context):
csrf_token = context.get('csrf_token', '')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment