From 87c77bfefb341d6864f9b8c28138953a5b01f5c4 Mon Sep 17 00:00:00 2001 From: Liam Adamson Date: Thu, 18 Jul 2024 16:29:50 +0100 Subject: [PATCH] Add missing channel field to process log event docs Process log events (from both stdout and stderr) have channel information in their payload. The docs have been updated to reflect this. --- docs/events.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/events.rst b/docs/events.rst index 292528d9e..1c303b859 100644 --- a/docs/events.rst +++ b/docs/events.rst @@ -660,7 +660,7 @@ Body Description .. code-block:: text - processname:name groupname:name pid:pid + processname:name groupname:name pid:pid channel:stdout data ``PROCESS_LOG_STDERR`` Event Type @@ -680,7 +680,7 @@ Body Description .. code-block:: text - processname:name groupname:name pid:pid + processname:name groupname:name pid:pid channel:stderr data ``PROCESS_COMMUNICATION`` Event Type