changed info to debug

This commit is contained in:
2026-05-04 18:12:45 -06:00
parent 071eef95fb
commit 275ae89423
+1 -1
View File
@@ -16,7 +16,7 @@ func (c *Cache) Fetch(relPath string) (*CacheFile, error) {
// fetch file from upstream // fetch file from upstream
_, err, _ = c.sf.Do(relPath, func() (any, error) { _, err, _ = c.sf.Do(relPath, func() (any, error) {
slog.Info("calling fetch") slog.Debug("calling fetch", "file", relPath)
return nil, c.fetch(relPath) return nil, c.fetch(relPath)
}) })
if err != nil { if err != nil {