Skip to content

Commit 87c77bf

Browse files
committed
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.
1 parent d97e37e commit 87c77bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/events.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ Body Description
660660

661661
.. code-block:: text
662662
663-
processname:name groupname:name pid:pid
663+
processname:name groupname:name pid:pid channel:stdout
664664
data
665665
666666
``PROCESS_LOG_STDERR`` Event Type
@@ -680,7 +680,7 @@ Body Description
680680

681681
.. code-block:: text
682682
683-
processname:name groupname:name pid:pid
683+
processname:name groupname:name pid:pid channel:stderr
684684
data
685685
686686
``PROCESS_COMMUNICATION`` Event Type

0 commit comments

Comments
 (0)