Open GoogleCodeExporter opened 8 years ago
I suggest you maybe look into updating your Ubuntu to a newer version.
Original comment by acaudw...@gmail.com
on 29 Jun 2012 at 7:08
I just installed to the latest version of Logstalgia with the Latest version of
ubuntu and I am getting the same problem. If I do not push traffic through
constantly the Sync is lost and I can no longer view the traffic in real time.
Original comment by JamesRit...@gmail.com
on 29 Jun 2012 at 4:00
Could you post the command line you use to tail the logs. Also if possible
could you try and confirm whether the command by itself shows the hits on the
website that Logstalgia isn't showing.
I wonder if the command itself is timing out, or if it is stopping when it
reaches the end of the file.
Cheers
Andrew
Original comment by acaudw...@gmail.com
on 30 Jun 2012 at 1:19
[deleted comment]
I'm also experiencing that it's falling behind.
I'm running it on a local machine, but tailing logs from our production
environment.
Local command (with grouping config removed for clarity):
ssh -t xxx@remotehost /home/xxx/weblogtail.sh | logstalgia --glow-intensity 1
--glow-multiplier 7 --glow-duration 0.75 --paddle-position .75 --font-size 30
-1920x1080 --sync -f -
And the remote script (weblogtail.sh):
tail -F /var/log/nginx/some.log /var/log/nginx/other.log
/var/log/nginx/third.log | grep -v "pattern for unwanted lines"
Original comment by m...@refunite.org
on 16 Jan 2014 at 10:37
Oh, I forgot to mention: The clock shown in logstalgia is also falling behind.
It seems logstalgia is somehow aware that it's late.
Original comment by m...@refunite.org
on 16 Jan 2014 at 10:39
Hi. It looks like the issue is grep buffering multiple entries before
outputting them by default.
Try adding the --line-buffered option to grep for it to output per line.
Cheers
Andrew
Original comment by acaudw...@gmail.com
on 27 Jan 2014 at 3:58
Original issue reported on code.google.com by
JamesRit...@gmail.com
on 28 Jun 2012 at 6:35