From 0aa65bb22791020c699877b38e7d0004ed232bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Wed, 17 Apr 2024 18:13:40 +0200 Subject: [PATCH] Clarify that systemd journal is now necessary for all logs (#32356) Since Supervisor 2024.04.1 all log endpoints are using the Systemd Journal gateway. --- source/more-info/unsupported/systemd_journal.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/more-info/unsupported/systemd_journal.markdown b/source/more-info/unsupported/systemd_journal.markdown index 137d880ec35..b53ed907949 100644 --- a/source/more-info/unsupported/systemd_journal.markdown +++ b/source/more-info/unsupported/systemd_journal.markdown @@ -5,9 +5,9 @@ description: "More information on why systemd journal marks the installation as ## The issue -The Supervisor needs access to the systemd journal for logging features -such as the `/host/logs` API. These features don't work if the journal -is not accessible. +The Supervisor needs access to the systemd journal to access logs of +individual system components and add-ons. These logs are limited or +not available at all if the journal is not accessible. ## The solution