How to enable SaaS connector log?

Hi! I am developing a custom SaaS connector, and need to see the logger.info() lines to do some debugging. As it runs in the cloud, is some way to enable it on the VA ccg.log?

I do see logger lines when developing, but same functionality that works locally is not working when deployed (actually, it fails with timeout error when requesting more than 4 entitlements to a user who already has no account, although I call res.keepAlive() in each entitlement addition call).

Hello @jsosa,

As describe here : Logging | SailPoint Developer Community

Using CLI you can : Fetch logs from ISC by issuing the sail conn logs command.

I don’t think VA is used by SaaS connector.

There is a beta API too which can be used to fetch logs, /beta/platforms-logs/

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.