From 9523039dee9864e64995e8fd5b3b912831ffa226 Mon Sep 17 00:00:00 2001 From: Bryan Richter Date: Tue, 18 Mar 2025 14:00:59 +0200 Subject: [PATCH] Make logs a little quieter --- src/Stackage/Database/Cron.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Stackage/Database/Cron.hs b/src/Stackage/Database/Cron.hs index 90199cf..abd5011 100644 --- a/src/Stackage/Database/Cron.hs +++ b/src/Stackage/Database/Cron.hs @@ -554,7 +554,7 @@ decideOnSnapshotUpdate SnapshotFileInfo {sfiSnapName, sfiUpdatedOn, sfiSnapshotF Nothing -> maybe NoSnapshotFile DoesntExist <$> sfiSnapshotFileGetter -- Add new snapshot to the database, when necessary case mKeySnapFile of - NothingToDo -> Nothing <$ logInfo (mkLogMsg "already exists and is up to date.") + NothingToDo -> Nothing <$ logDebug (mkLogMsg "already exists and is up to date.") NoSnapshotFile -> Nothing <$ logWarn (mkLogMsg "has no (readable?) snapshot file.") NeedsUpdate (Entity oldSnapKey oldSnap) sf@SnapshotFile {sfCompiler, sfPublishDate} | Just publishDate <- sfPublishDate -> do