README.md in fluent-plugin-feedly-0.0.1 vs README.md in fluent-plugin-feedly-0.0.2

- old
+ new

@@ -1,10 +1,10 @@ # fluent-plugin-feedly ## Overview -Fluentd input plugin to fetch RSS/ATOM feed via Feedly Could. +Fluentd input plugin to fetch RSS/ATOM feed via feedly Cloud API. ## Dependencies * Ruby 1.9.3+ * Fluentd 0.10.54+ @@ -53,11 +53,11 @@ fetch_time_range_on_startup 2w # Optional (default: 2w) # Using sandbox account enable_sandbox false # Optional (default: false) - # Set log level for this plugin. To see debug level, set 'debug' for this value. + # Set log level for this plugin. To hide info level, set 'warn' for this value. # it can see at stdout as like `$ tail -f /var/log/td-agent/td-agent.log` log_level info        # Optional (default: info) </source> ````` @@ -86,11 +86,10 @@ state_file /var/log/td-agent/feedly.state tag input.feedly run_interval 30m fetch_time_range 1h fetch_time_range_on_startup 3h - log_level debug </source> <match input.feedly> type file path /tmp/feedly*.json @@ -103,11 +102,11 @@ You can see the behavior about this plugin with this command. ``` # to check stdout of this plugin $ tail -f /var/log/td-agent/td-agent.log -2014-10-16 14:47:01 +0900 [debug]: Feedly: fetched articles. articles=416 request_option={:count=>1000, :continuation=>"148cfb7f516:9371a3c:726280cf", :newerThan=>1412228787000} -2014-10-16 15:02:02 +0900 [debug]: Feedly: fetched articles. articles=492 request_option={:count=>1000, :continuation=>nil, :newerThan=>1413428521000} +2014-10-16 14:47:01 +0900 [info]: Feedly: fetched articles. articles=416 request_option={:count=>1000, :continuation=>"148cfb7f516:9371a3c:726280cf", :newerThan=>1412228787000} +2014-10-16 15:02:02 +0900 [info]: Feedly: fetched articles. articles=492 request_option={:count=>1000, :continuation=>nil, :newerThan=>1413428521000} ``` ``` # to check fetched articles $ tail -f /tmp/feedly.json | jq "."