]> git.ipfire.org Git - thirdparty/util-linux.git/commit
logger: concatenate multiple lines of MESSAGE into a single field.
authorKarel Zak <kzak@redhat.com>
Wed, 23 Jan 2019 10:41:43 +0000 (11:41 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 23 Jan 2019 10:41:43 +0000 (11:41 +0100)
commit1c4a2600cc5dc44e6d517ca9fa6f3d7b1ef9d481
tree42b27b3fed6f9933b8a2bb721acaed14eef59d1b
parentc2435b946f574880201cb41d989d8d63d4bbf87d
logger: concatenate multiple lines of MESSAGE into a single field.

this is deemed a useful special case since journalctl will only show
either the first or last element of the message array if the field
appears multiple times.

Based on patch from: Kjetil Torgrim Homme <kjetil.homme@redpill-linpro.com>
https://github.com/karelzak/util-linux/pull/743

Addresses: https://github.com/karelzak/util-linux/issues/742
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/logger.1
misc-utils/logger.c