Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Each event received by event listeners in FlexDeploy will be saved as an Event Message. This provides a way to track all the events that occur and debug as needed. Messages can be viewd by navigationg to Administration → Integrations → Events and clicking the view messages button.[TODO: Add image of Event messages]

...

Viewing Messages

The table on the left side of the screen shows all events received within the last week. Messages are purged automatically after 7 days. [TODO: Fix table to be accurate]

...

Click the view payload button to view the entire payload received by the event listener. More information on the execution can be viewed by clicking the view logs button. This will show any log messages printed in the function scripts using the LOG methods. You can also submit an event message to be executed again with the Resubmit button. This is only meant to be used for debuggin purposes. There is a global permission defined on groups to control who is allowed to resubmit event messages. [TODO: Add image of this screen]

Log Messages

Logs are printed by using the LOG methods in the function scripts. By default, the logging level will be based on the global FlexDeploy logging level. This can be modified specifically for event logs by setting the logging level for flexagon.fd.services.events.functions.LogFunctions in Admin → Admin Operations. [TODO: Check that this is the correct path]

...