On Wed, Apr 23, 2014 at 6:12 PM, Colin Guthrie <[email protected]> wrote: > What appears to happen instead is that you get the first 10 lines from > the day (i.e. after midnight) and then *all* lines from today following > that after a small delay (likely not a deliberate delay - just whatever > overhead it takes to lookup and output the data)
strace shows that it isn't looking up any data; it's actually waiting for inotify events for the --follow mode. Seems odd. -- Mantas Mikulėnas <[email protected]> _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
