Add missing docs for the containerId param of the journal-logs endpoint

Resolves: #1975
Change-type: patch
This commit is contained in:
Thodoris Greasidis 2022-06-22 20:40:03 +03:00
parent 2de0d5901d
commit ff526c18d8

View File

@ -1273,6 +1273,10 @@ Show the most recent `count` events, equivalent to
Show journal logs from `unit` only, equivalent to
`journalctl --unit=<unit>`.
##### containerId
Show journal logs for the given `containerId` identifier only, equivalent to
`journalctl -t=<containerId>`.
##### format
> **Introduced in supervisor v10.3**