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
          
    