From 863811d5c196e389afb3e61b9fcc0f300bce94e1 Mon Sep 17 00:00:00 2001 From: Branson Stephens <stephenb@uwm.edu> Date: Fri, 14 Feb 2014 17:32:57 -0600 Subject: [PATCH] Fixed bug with log file path. --- settings/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/default.py b/settings/default.py index 7f192690f..62cb827b0 100644 --- a/settings/default.py +++ b/settings/default.py @@ -243,7 +243,7 @@ STATICFILES_DIRS = () # XXX The following Log settings are for a performance metric. import logging -LOG_ROOT = '/home/branson/logs' +LOG_ROOT = '/home/gracedb/logs' LOG_FILE_SIZE = 1024*1024 # 1 MB LOG_FILE_BAK_CT = 3 -- GitLab