문제

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.

도움이 되었습니까?

해결책

The solution in my case was just that tomcat's logger was set to FINE in /etc/tomcat5.5/logging.properties

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top