mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 06:33:30 +00:00
Add missing docs for the containerId param of the journal-logs endpoint
Resolves: #1975 Change-type: patch
This commit is contained in:
parent
2de0d5901d
commit
ff526c18d8
@ -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**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user