]> git.ipfire.org Git - thirdparty/systemd.git/commit
journalctl: show duplicate entries if they are from the same file (#14898)
authorGeorg Müller <georgmueller@gmx.net>
Thu, 20 Feb 2020 18:19:41 +0000 (19:19 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 11 Mar 2020 08:12:00 +0000 (09:12 +0100)
commitb6849042d610da90d5821a03967d648d424f7864
tree439390f72ae12f0cdb5df0303daf9c37bbeab361
parent693040bde5162c8af3d0f063414288eba5255b3c
journalctl: show duplicate entries if they are from the same file (#14898)

When having a service which intentionally outputs multiple equal lines,
all these messages might be inserted with the same timestamp.

journalctl has a mechanism to avoid duplicate lines, which might be in
different journal files.

This patch allows duplicate lines, if they are from the same file.
src/journal/sd-journal.c