README.rdoc in fluent-plugin-scribe-0.9.10 vs README.rdoc in fluent-plugin-scribe-0.9.11

- old
+ new

@@ -29,21 +29,27 @@ service scribe extends fb303.FacebookService { ResultCode Log(1: list<LogEntry> messages); } +The category field is used as fluent 'tag'. + == How to use? -Install this plugin with fluent, and add the following configuration to fluent.conf. +To use this plugin with fluent, please add the following configuration to fluent.conf. # Scribe input <source> type scribe port 1463 - tag debug.aiueo </source> -You can modify port, and the corresponding tag. +The following options are supported. + +* port: port number (default: 1463) +* bind: bind address (default: 0.0.0.0) +* server_type: server architecture either in 'simple', 'threaded', 'thread_pool', 'nonblocking' (default: thread_pool) +* framed: use framed protocol or not (default: true) == For Developers To test this plugin, please execute the following command in your 'fluent' project directory, not scribe input plugin directory.