On Wed, Apr 23, 2014 at 10:16 PM, Lennart Poettering <[email protected] > wrote:
> What actually happens is that the output will show you everything from > today, and when it is done with that continue with a live output. > Not exactly. You don't get _everything_ form to day, you get just arg_lines lines. And you get the rest from today when something new is added to log. This happens because `--follow` sets args_lines to 10 and once n_shown is 10 we pause waiting for more lines to come, and once they come we output everything in bulk.
_______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
