aboutsummaryrefslogtreecommitdiff
path: root/Logs.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Logs.hs')
-rw-r--r--Logs.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Logs.hs b/Logs.hs
index 7452339cd..8d8ae993b 100644
--- a/Logs.hs
+++ b/Logs.hs
@@ -39,6 +39,7 @@ topLevelUUIDBasedLogs =
, preferredContentLog
, requiredContentLog
, scheduleLog
+ , differenceLog
]
{- All the ways to get a key from a presence log file -}
@@ -82,6 +83,9 @@ groupPreferredContentLog = "group-preferred-content.log"
scheduleLog :: FilePath
scheduleLog = "schedule.log"
+differenceLog :: FilePath
+differenceLog = "difference.log"
+
{- The pathname of the location log file for a given key. -}
locationLogFile :: Key -> String
locationLogFile key = hashDirLower key ++ keyFile key ++ ".log"