Skip to content
Snippets Groups Projects
Commit 21dab27e authored by Victor Shnayder's avatar Victor Shnayder Committed by Victor Shnayder
Browse files

fix logger name in module_render

parent d7570de5
No related merge requests found
......@@ -31,7 +31,7 @@ from xmodule_modifiers import replace_course_urls, replace_static_urls, add_hist
from xmodule.modulestore.exceptions import ItemNotFoundError
from statsd import statsd
log = logging.getLogger("mitx.courseware")
log = logging.getLogger(__name__)
if settings.XQUEUE_INTERFACE.get('basic_auth') is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment