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

fix up dev.py to include the new flag
This commit is contained in:
chrisndodge
2012-10-11 17:54:33 -07:00

View File

@@ -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 = {