Skip to content

Commit 6570286

Browse files
committed
Less verbose update check logging
1 parent 995d9d8 commit 6570286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/autoupdate/source/github/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func (g *source) getReleasesAtom() ([]string, error) {
115115
continue
116116
}
117117
releases = append(releases, tagMatches[1])
118-
slog.Info("found release", slog.String("tag", tagMatches[1]))
118+
slog.Debug("found release", slog.String("tag", tagMatches[1]))
119119
}
120120

121121
return releases, nil

0 commit comments

Comments
 (0)