From a1119e81bafbf8cffdf2fb641d18f3e6185bb2e0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 7 Oct 2013 16:06:34 -0400 Subject: add a log file for scheduled activities --- Logs.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Logs.hs') diff --git a/Logs.hs b/Logs.hs index 6339efa13..4386b7fd7 100644 --- a/Logs.hs +++ b/Logs.hs @@ -28,6 +28,7 @@ uuidBasedLogs = , trustLog , groupLog , preferredContentLog + , scheduleLog ] {- All the ways to get a key from a presence log file -} @@ -52,6 +53,9 @@ groupLog = "group.log" preferredContentLog :: FilePath preferredContentLog = "preferred-content.log" +scheduleLog :: FilePath +scheduleLog = "schedule.log" + {- The pathname of the location log file for a given key. -} locationLogFile :: Key -> String locationLogFile key = hashDirLower key ++ keyFile key ++ ".log" -- cgit v1.2.3