Debug and monitor events
Use the Logging service to debug and monitor events in your Triggers.
Read time 1 minuteLast updated 18 hours ago
You can use the Logging service to debug and monitor events. You don’t need to do any additional instrumentation for Cloud Code as everything is handled out of the box. Add logging to your Cloud Code modules and scripts to debug and monitor the execution of your triggers. The Triggers service emits the following logs by default:
Log | Condition |
|---|---|
| Emits when trigger is activated. |
| Emits when trigger is successfully executed. |
| Emits when trigger execution fails. |
| Emits when there is no payload attribute defined in the filter. |