Commit 64c3bbdc by chrisndodge

Merge pull request #869 from MITx/fix/cdodge/cas-logger-crash

fix up dev.py to include the new flag
parents d21c5761 e27dea0f
......@@ -12,6 +12,7 @@ TEMPLATE_DEBUG = DEBUG
LOGGING = get_logger_config(ENV_ROOT / "log",
logging_env="dev",
tracking_filename="tracking.log",
dev_env = True,
debug=True)
modulestore_options = {
......
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