Skip to content

Commit

Permalink
Add missing channel field to process log event docs
Browse files Browse the repository at this point in the history
Process log events (from both stdout and stderr) have channel
information in their payload. The docs have been updated to reflect
this.
  • Loading branch information
liamadamson committed Jul 18, 2024
1 parent d97e37e commit 87c77bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 87c77bf

Please sign in to comment.