From ff526c18d85ad4876025692d85e343e7661a7906 Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Wed, 22 Jun 2022 20:40:03 +0300 Subject: [PATCH] Add missing docs for the containerId param of the journal-logs endpoint Resolves: #1975 Change-type: patch --- docs/API.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/API.md b/docs/API.md index 6b0390d3..fef88dd1 100644 --- a/docs/API.md +++ b/docs/API.md @@ -1273,6 +1273,10 @@ Show the most recent `count` events, equivalent to Show journal logs from `unit` only, equivalent to `journalctl --unit=`. +##### containerId +Show journal logs for the given `containerId` identifier only, equivalent to +`journalctl -t=`. + ##### format > **Introduced in supervisor v10.3**