Make tests not use syslog when they're running

This commit is contained in:
Calen Pennington
2012-09-07 14:38:53 -04:00
parent bce61cd6e5
commit 8500a1b300

View File

@@ -46,6 +46,7 @@ DATA_DIR = COURSES_ROOT
LOGGING = get_logger_config(TEST_ROOT / "log",
logging_env="dev",
tracking_filename="tracking.log",
dev_env=True,
debug=True)
COMMON_TEST_DATA_ROOT = COMMON_ROOT / "test" / "data"