Skip to content

Commit

Permalink
Update Error Handler Logs page with correct fields
Browse files Browse the repository at this point in the history
  • Loading branch information
cbullinger committed Feb 14, 2024
1 parent 76df148 commit d82b40f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/logs/error-handler.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Error Handler Logs
:values: reference

.. meta::
:description: Error handler logs are created whenever Atlas executes a custom error function via a failed AWS EventBridge Trigger.
:description: Error handler logs are created whenever Atlas executes a custom error function to handle a failed AWS EventBridge Trigger.

.. contents:: On this page
:local:
Expand All @@ -21,7 +21,7 @@ Overview
--------

Event handler logs are created whenever Atlas executes a custom error
function via a failed :ref:`AWS EventBridge Trigger <aws-eventbridge>`.
function to handle a failed :ref:`AWS EventBridge Trigger <aws-eventbridge>`.

Log Format
----------
Expand All @@ -37,7 +37,7 @@ Trigger log entries have the following form:
...
]

See Function. See Trigger.
See Function. See Trigger. See Original Logs.

Compute Used: <number> bytes•ms

Expand All @@ -57,8 +57,8 @@ Fields
* - Logs
- A list of ``console.log`` outputs. App Services saves the first 512 bytes of the first 25 ``console.log()`` calls.

* - See Function. See Trigger.
- Links to the Trigger that launched this event, as well as the Function that was run by this event (if any).
* - See Function. See Trigger. See Original Logs.
- Links to the custom error Function that was run by this event, the EventBridge Trigger that launched this event, and the original Trigger error log created by this event.

Error Fields
------------
Expand Down

0 comments on commit d82b40f

Please sign in to comment.