Freevo Log Viewer.
Displays the last X number of lines in Freevo log file on a webpage in order from newest to oldest.. Requires a running freevo webserver. Once the freevo webserver is running, the log viewer page can be display in one of two ways.
- freevowebserver :port/vewlogfiles.rpy
- adding ('Log Files','View Log','viewlogfiles.rpy')
Log Viewer Args (optional)
- displayfile (default - webserver-0.log) - Name of the log file to display
- rows (default - 20) - Number of lines in the log file to display.
- delayamount (default - 9999) - Number of seconds for log refresh.
Call Examples
viewlogfile.rpy?rows=100&delayamount=100 (Display the last 100 lines of the log file and update every 100 secs.)
viewlogfile.rpy?displayfile=main-1001.log&rows=50&delayamount=25 (Display main-1001.log , last 50 lines update every 25 secs.)
Current Issues
- A page refresh must be done to update the file list.
- Works well with Firefox on Linux and Windows. Display problems on IE 6.
Screen Shot