Custom fields in logs

Comments

5 comments

  • Tyler Lamparter Principal Product Manager
    Awesome Follow-up
    Engaged
    Top Contributor
    Answer Pro
    Celigo University Level 4: Legendary

    Vreddhi Bhat I'm not sure what you mean? The error log will show the record and request made to the endpoint.

    0
  • Vreddhi Bhat
    Engaged
    Celigo University Level 1: Skilled
    Awesome Follow-up

    Yes. I was intending to download all of those `Retry data` for all the failed calls in One go. Is there a way?

    0
  • Tyler Lamparter Principal Product Manager
    Awesome Follow-up
    Engaged
    Top Contributor
    Answer Pro
    Celigo University Level 4: Legendary

    Vreddhi Bhat you would need to use our apis to get that since there isn't a way to download that from UI. The UI download feature will download a list of the errors, their message, trace key, and a few other things, but not the JSON payload. Here are the api docs to get this: https://docs.celigo.com/hc/en-us/articles/7708779714715-Errors-API-endpoints#data.

    0
  • Vreddhi Bhat
    Engaged
    Celigo University Level 1: Skilled
    Awesome Follow-up

    Thank you Tyler Lamparter. Finally, Is there a suggested way to log things, meaning, In a developer's world can he/she mimic the console.log and see those logs somewhere for a given run of a flow?

    0
  • Tyler Lamparter Principal Product Manager
    Awesome Follow-up
    Engaged
    Top Contributor
    Answer Pro
    Celigo University Level 4: Legendary

    Vreddhi Bhat you can enable debug mode on scripts, connections, and most imports/exports. It's valid for up to 60min at a time, and is useful to troubleshoot.

     

    Script execution log will show you anything you console log out within the script.

     

    Connection will show you all requests to and from the connection at the connection level across all flows using that connection.

     

    Most imports/exports have a debug option in the top right that show debug for just that import/export:

    0

Please sign in to leave a comment.