rubycocos / feedparser

feedparser gem - (universal) web feed parser and normalizer (XML w/ Atom or RSS, JSON Feed, HTML w/ Microformats e.g. h-entry/h-feed or Feed.HTML, Feed.TXT w/ YAML, JSON or INI & Markdown, etc.)
Creative Commons Zero v1.0 Universal
164 stars 11 forks source link

Logging is enabled by default #1

Closed kwando closed 9 years ago

kwando commented 9 years ago

How do I remove the logging from this gem? I think no logging is good default.

geraldb commented 9 years ago

Thanks good point. Still in development and debugging by default. Sorry. Will try to remove any puts if still used and use logger.debug than you can set the logging level to info or warn, for example e.g.

LogUtils::Logger.root = :warn