summaryrefslogtreecommitdiff
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 c7cec22272..50b955420f 100644
--- a/Logs.hs
+++ b/Logs.hs
@@ -90,6 +90,7 @@ presenceLogs config f =
otherLogs :: [RawFilePath]
otherLogs =
[ numcopiesLog
+ , mincopiesLog
, groupPreferredContentLog
]
@@ -99,6 +100,9 @@ uuidLog = "uuid.log"
numcopiesLog :: RawFilePath
numcopiesLog = "numcopies.log"
+mincopiesLog :: RawFilePath
+mincopiesLog = "mincopies.log"
+
configLog :: RawFilePath
configLog = "config.log"