Options (2)
-t, --identifierbooleanUse the specified identifier (default: `cat` when reading from a pipeline, executable name otherwise)
Example:
{{command}} | systemd-cat {{[-t|--identifier]}} {{id}}-p, --prioritybooleanUse the specified default priority level for all logged messages
Example:
systemd-cat {{[-p|--priority]}} {{emerg|alert|crit|err|warning|notice|info|debug}} {{command}}Examples (5)
Write the output of the specified command to the journal (both output streams are captured)
Write the output of a pipeline to the journal (`stderr` stays connected to the terminal)
Use the specified identifier (default: `cat` when reading from a pipeline, executable name otherwise)
command | systemd-cat [-t|--identifier] idUse the specified default priority level for all logged messages
systemd-cat [-p|--priority] emerg|alert|crit|err|warning|notice|info|debug commandUse the specified default priority level for the logged messages from the command's `stderr`
systemd-cat --stderr-priority emerg|alert|crit|err|warning|notice|info|debug commandmade by @shridhargupta | data from tldr-pages