We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833e0d8 commit cbc80c7Copy full SHA for cbc80c7
pages/linux/systemd-cat.md
@@ -10,3 +10,15 @@
10
- Write the output of a pipeline to the journal (`stderr` stays connected to the terminal):
11
12
`{{command}} | systemd-cat`
13
+
14
+- Use the specified identifier (default: `cat` when reading from a pipeline, executable name otherwise):
15
16
+`{{command}} | systemd-cat {{[-t|--identifier]}} {{id}}`
17
18
+- Use the specified default priority level for all logged messages:
19
20
+`systemd-cat {{[-p|--priority]}} {{emerg|alert|crit|err|warning|notice|info|debug}} {{command}}`
21
22
+- Use the specified default priority level for the logged messages from the command's `stderr`:
23
24
+`systemd-cat --stderr-priority {{emerg|alert|crit|err|warning|notice|info|debug}} {{command}}`
0 commit comments