mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +00:00
Do not log website without icon as warning
This commit is contained in:
parent
9fd2dfa680
commit
5ac3489ee5
2 changed files with 4 additions and 4 deletions
|
@ -243,7 +243,7 @@ func checkFeedIcon(store *storage.Storage, feedID int64, websiteURL, feedIconURL
|
|||
if !store.HasIcon(feedID) {
|
||||
iconFinder := icon.NewIconFinder(websiteURL, feedIconURL, userAgent, fetchViaProxy, allowSelfSignedCertificates)
|
||||
if icon, err := iconFinder.FindIcon(); err != nil {
|
||||
slog.Warn("Unable to find feed icon",
|
||||
slog.Debug("Unable to find feed icon",
|
||||
slog.Int64("feed_id", feedID),
|
||||
slog.String("website_url", websiteURL),
|
||||
slog.String("feed_icon_url", feedIconURL),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue