Commit b82435b
committed
fix(imageprovider): downgrade fallback "not found" log from warn to info
The "Fallback provider failed to get image" message fires for every
species without an image (frogs, katydids, non-bird labels), which is
expected behavior, not a failure. Split the log into two paths:
ErrImageNotFound logs at info level (invisible to health checks),
real transient errors stay at warn level.1 parent fa08e41 commit b82435b
1 file changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1603 | 1603 | | |
1604 | 1604 | | |
1605 | 1605 | | |
1606 | | - | |
1607 | | - | |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
| 1610 | + | |
1608 | 1611 | | |
| 1612 | + | |
| 1613 | + | |
| 1614 | + | |
1609 | 1615 | | |
1610 | | - | |
1611 | | - | |
1612 | | - | |
1613 | | - | |
1614 | 1616 | | |
1615 | 1617 | | |
1616 | 1618 | | |
| |||
0 commit comments