diff --git a/source/activity/view-logs.txt b/source/activity/view-logs.txt index 66e31cc87..52ef4b8ab 100644 --- a/source/activity/view-logs.txt +++ b/source/activity/view-logs.txt @@ -112,7 +112,7 @@ The following types are valid: - ``graphql`` - ``sync`` - ``schema`` -- ``errorhandler`` +- ``error_handler`` .. code-block:: shell diff --git a/source/images/log-forwarding-type.png b/source/images/log-forwarding-type.png index 9ee5d74cc..c04d2ed37 100644 Binary files a/source/images/log-forwarding-type.png and b/source/images/log-forwarding-type.png differ diff --git a/source/includes/log-forwarder-types.rst b/source/includes/log-forwarder-types.rst index 311621f3b..5f805ede9 100644 --- a/source/includes/log-forwarder-types.rst +++ b/source/includes/log-forwarder-types.rst @@ -7,4 +7,4 @@ - ``service`` - ``sync`` - ``trigger`` -- ``errorhandler`` +- ``error_handler`` diff --git a/source/logs/error-handler.txt b/source/logs/error-handler.txt index 9f2efa6b1..2bbdff549 100644 --- a/source/logs/error-handler.txt +++ b/source/logs/error-handler.txt @@ -58,7 +58,7 @@ Fields - A list of ``console.log`` outputs. App Services saves the first 512 bytes of the first 25 ``console.log()`` calls. * - See Function. See Trigger. See Original Logs. - - Links to the custom error handler Function that was run by this event, the failed EventBridge Trigger that launched this event, and the original error logs for the failed Trigger created by this event. + - Links to the custom error handler Function that was run by this event, the EventBridge Trigger whose failure launched this event, and the error logs created by the original Trigger failure event. Error Fields ------------