Skip to content

Commit 29eeb9d

Browse files
authored
Merge pull request #1651 from liamadamson/docs/channel-field-missing
Add missing channel field to process log event docs
2 parents d97e37e + 87c77bf commit 29eeb9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/events.rst

+2-2
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)