13 lines
383 B
Text
13 lines
383 B
Text
![]() |
#! /usr/bin/ruby
|
||
|
|
||
|
=begin
|
||
|
--------------------------------------------------------------------------------
|
||
|
|
||
|
Start following the tails of all of the logs in Tomcat.
|
||
|
|
||
|
--------------------------------------------------------------------------------
|
||
|
--------------------------------------------------------------------------------
|
||
|
=end
|
||
|
|
||
|
puts system("tail -f ~/LoadTesting/tomcat/logs/*")
|