mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-05-08 17:08:36 +01:00
Add missing syslog identifiers to default list for Host logs (#6485)
Add more syslog identifiers (most importantly containerd) extracted from real systems that were missing in the list. This should make the host logs contain the same events as journalctl logs, minus audit logs and Docker container logs.
This commit is contained in:
@@ -3,10 +3,17 @@
|
||||
"bluetoothd",
|
||||
"bthelper",
|
||||
"btuart",
|
||||
"containerd",
|
||||
"dbus-broker",
|
||||
"dbus-broker-launch",
|
||||
"docker",
|
||||
"docker-prepare",
|
||||
"dockerd",
|
||||
"dropbear",
|
||||
"fstrim",
|
||||
"haos-data-disk-detach",
|
||||
"haos-swapfile",
|
||||
"haos-wipe",
|
||||
"hassos-apparmor",
|
||||
"hassos-config",
|
||||
"hassos-expand",
|
||||
@@ -17,7 +24,10 @@
|
||||
"kernel",
|
||||
"mount",
|
||||
"os-agent",
|
||||
"qemu-ga",
|
||||
"rauc",
|
||||
"raucdb-update",
|
||||
"sm-notify",
|
||||
"systemd",
|
||||
"systemd-coredump",
|
||||
"systemd-fsck",
|
||||
|
||||
Reference in New Issue
Block a user