Log with sail client help

Hi! Is there some way to see content from VA (ccg.log) with sailpoint client?

I try it as

sail conn logs tail

but does not show anything, only works for saas connectors.

In particular, I would like to see some web services and jdbc connectors prints, they appear on ccg.log but does not appear using sail client.

Yes you can use the ‘va’ subcommand of the SailPoint CLI. You have to provide the IP address of the VA you want to connect to, example:

sail va collect 192.168.1.1 --log --output “/path/to/store/logs”

The command you used (sail conn logs tail) collects the logs for the SaaS based connectors only.

3 Likes

sail va collect 192.168.1.1 --all --output “./va-dump.zip”
Collect logs + metrics together

2 Likes

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