From 730836403aee5f5bb998e6e3622ea7068fce0699 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 19 Aug 2014 11:27:34 +0200 Subject: journalctl: add "-t --identifier=STRING" option This turns journalctl to the counterpart of systemd-cat. Messages sent with systemd-cat --identifier foo --prioritiy debug can now be shown with journalctl --identifier foo --prioritiy debug "--identifier" is not merged with "--unit" to make a clear distinction between syslog and systemd units. syslog identifiers can be chosen freely by anyone. --- man/journalctl.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'man/journalctl.xml') diff --git a/man/journalctl.xml b/man/journalctl.xml index e10918a9c6..d4e031619a 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -497,6 +497,20 @@ + + + + + Show messages for the + specified syslog identifier + SYSLOG_IDENTIFIER, or + for any of the messages with a SYSLOG_IDENTIFIER + matched by PATTERN. + + This parameter can be specified + multiple times. + + -- cgit v1.2.3-54-g00ecf