Skip to content

Commit 7da18dc

Browse files
committed
chore: log level for skips to debug
1 parent 128454e commit 7da18dc

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
@@ -132,7 +132,7 @@ public Schedule createSchedule() {
132132
public void runRoutine(@Nonnull JDA jda) {
133133
this.config.feeds().forEach(feed -> {
134134
if (isBackingOff(feed.url())) {
135-
logger.info("Skipping RSS feed (Backing off): {}", feed.url());
135+
logger.debug("Skipping RSS feed (Backing off): {}", feed.url());
136136
return;
137137
}
138138

0 commit comments

Comments
 (0)