fbaligand / lognavigator

Navigate into your logs with the comfort of a web interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot get tail to work

anaschillin opened this issue · comments

Hi,

I have deployed the app to tomcat in a linux envrioment.
Access the webpage in chrome on windows.
When I hit run on default tail statement does not seem to work for me:

  • Default statement curl -ksS mpos-war.log | tail -1000

It seems to simply reload the page to the starting location.

Normally, it displays the last 1000 log lines.
If your log file contains less than 1000 lines, it always displays all file content.

Thanks...that would make sense