Log tidying

This commit is contained in:
Fred Boniface
2024-04-14 20:07:56 +01:00
parent 992005cc97
commit c8709d67db
3 changed files with 7 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ func CheckCif(cfg *helpers.Configuration) {
return
}
log.Info("Checking age of CIF Data")
log.Debug("Checking age of CIF Data")
// Load and read metadata from database
metadata, err := dbAccess.GetCifMetadata()