Commit 08ce3944 by Victor Shnayder

Make logging work for xmodule and company.

* We do not want to disable existing loggers when setting up our own
parent 1d554c76
......@@ -33,7 +33,7 @@ def get_logger_config(log_dir,
return {
'version': 1,
'disable_existing_loggers': True,
'disable_existing_loggers': False,
'formatters' : {
'standard' : {
'format' : '%(asctime)s %(levelname)s %(process)d [%(name)s] %(filename)s:%(lineno)d - %(message)s',
......
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