mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
changing logging level
This commit is contained in:
@@ -89,7 +89,7 @@ public class PubSubHubbubCallbackREST {
|
|||||||
true);
|
true);
|
||||||
for (FeedPushInfo info : infos) {
|
for (FeedPushInfo info : infos) {
|
||||||
Feed feed = info.getFeed();
|
Feed feed = info.getFeed();
|
||||||
log.info("pushing content to queue for {}", feed.getUrl());
|
log.debug("pushing content to queue for {}", feed.getUrl());
|
||||||
taskGiver.add(feed);
|
taskGiver.add(feed);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user