vivo/utilities/LoadTesting/scripts/_tailTomcatLogs

13 lines
383 B
Text
Raw Normal View History

#! /usr/bin/ruby
=begin
--------------------------------------------------------------------------------
Start following the tails of all of the logs in Tomcat.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
=end
puts system("tail -f ~/LoadTesting/tomcat/logs/*")