I am getting spammed with these :
de.nava.informa.parsers.FeedParser parse INFO: Channel uses RSS root element (Version 2.0).
I am calling it like this:
URL feed = new URL(url);
ChannelIF channel = FeedParser.parse(new ChannelBuilder(), feed);
I can't figure out from the documentation how to suppress these messages.
does anyone have any experience with this? thanks.