Skip to content

Commit f27f66a

Browse files
authored
Reduced log-level of RSS-Feed Circuit Breaker (#1431)
1 parent afd9424 commit f27f66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/src/main/java/org/togetherjava/tjbot/features/rss/RSSHandlerRoutine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ private List<Item> fetchRSSItemsFromURL(String rssUrl) {
432432

433433
long blacklistedHours = calculateWaitHours(newCount);
434434

435-
logger.warn(
435+
logger.debug(
436436
"RSS fetch failed for {} (Attempt #{}). Backing off for {} hours. Reason: {}",
437437
rssUrl, newCount, blacklistedHours, e.getMessage(), e);
438438

0 commit comments

Comments
 (0)