diff --git a/settings/default.py b/settings/default.py
index 7f192690fa84f9f80175df3c59ff7a957f6c3a92..62cb827b06ddc824ae29edb99baa5722e0923b1d 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