Tag: NET::SSH
Watching/tailing multiple log files at the same time with Ruby’s NET::SSH library
May 19, 2010
A good testing habit when working with web apps is to monitor the log files of servers as you test. In some cases this is easy, especially where there’s a single application server. With the trend toward more service-oriented architectures, and server clusters for high-traffic applications, the environments I’m working in tend to have many […]