feat: persistent logging to logd with /var/log/system.log

logd now writes all log output to /var/log/system.log (5MB auto-rotation)
in addition to existing scheme listeners. Falls back to /tmp/logd-fallback.log
if /var/log is unavailable. Logs survive reboots for post-mortem analysis.
Part of Phase A2 (Boot Reliability) from BOOT-PROCESS-AUDIT-2026-05-03.
This commit is contained in:
2026-05-03 08:57:53 +01:00
parent 1c7ce83173
commit 1b1ef19f82
3 changed files with 47 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ patches = [
"P3-ps2d-led-feedback.patch",
"P3-usbhidd-hardening.patch",
"P3-init-colored-output.patch",
"P4-logd-persistent-logging.patch",
]
[build]