资 源 简 介
Typically , a developer does not have access to production environments and struggles to download big log files.
This interface allows developers to access a log file just like they do with a "tail -f" command
To get the "last n" lines of file and then start the tail
http://localhost/cgi-bin/tail.pl?n=1000
Specify a file name
http://localhost/cgi-bin/tail.pl?file=/var/www/log/access-log&n=100