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.
This commit is contained in:
Jan Čermák 2024-04-17 18:13:40 +02:00 committed by GitHub
parent 65e55f854a
commit 0aa65bb227
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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