clarity 0.9.0
Clarity - a log search tool By John Tajima & Tobi Lütke Clarity is an eventmachine-based web application that is used at Shopify to search log files on production servers. We wrote Clarity to allow authorized users to use a simple interface to look through the various log files in our server farm, without requiring access to production servers. Clarity requires eventmachine and eventmachine/evma_httpserver. sudo gem install eventmachine eventmachine_httpserver
Gemfile:
=
安装:
=
Runtime 依赖 (2):
eventmachine
>= 0.12.10
eventmachine_httpserver
>= 0.2.0
Development 依赖 (1):
hoe
>= 2.3.3