Log Viewer

  1. Go to https://my.moveworks.com/ and log in
  2. Click the App Switcher in the top right
  3. Click on the "Logs" tile in the home page

Filters

  1. Time-range - This filters for logs between a lower & upper bound time range. It defaults to the last 6 hours & can go back a max of 14 days.
  2. Root UUID - This UUID that ties an entire Plugin execution together.
  3. Requestor - This is the user email of the user who triggered the Plugin.
  4. Log Level - This is the level of the log.
    1. By default it will be LOG_LEVEL_DEBUG.
    2. If an error occurred, it will be LOG_LEVEL_ERROR.
  5. Log Type - This can be compound_action.trigger, compound_action.step,action.http
  6. Response Code - This is only applicable to action.http logs. It filters these logs based on the requests response code (e.g. 200, 404)