Skip to content

Commit

Permalink
Less verbose update check logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Oct 19, 2024
1 parent 995d9d8 commit 6570286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/autoupdate/source/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func (g *source) getReleasesAtom() ([]string, error) {
continue
}
releases = append(releases, tagMatches[1])
slog.Info("found release", slog.String("tag", tagMatches[1]))
slog.Debug("found release", slog.String("tag", tagMatches[1]))
}

return releases, nil
Expand Down

0 comments on commit 6570286

Please sign in to comment.