You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is one required argument -- the message, and additional fields
65
+
There is one required argument — the message, and additional fields
66
66
can be specified as keyword arguments. Following the journald API, all
67
67
names are uppercase.
68
68
@@ -119,7 +119,12 @@ Show entries by a specific executable (`journalctl /usr/bin/vim`):
119
119
for entry in j:
120
120
print(entry['MESSAGE'])
121
121
122
-
- Note: matches can be added from many different fields, for example entries from a specific process ID can be matched with the `_PID` field, and entries from a specific unit (ie. `journalctl -u systemd-udevd.service`) can be matched with `_SYSTEMD_UNIT`. See all fields available at the [systemd.journal-fields docs](https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html).
122
+
- Note: matches can be added from many different fields, for example
123
+
entries from a specific process ID can be matched with the `_PID`
124
+
field, and entries from a specific unit (ie. `journalctl -u
125
+
systemd-udevd.service`) can be matched with `_SYSTEMD_UNIT`.
0 commit comments