Files
sailpoint-cli/cmd/cluster/logConfig/set.md
james.haytko a78726ec89 More CLI edits
2023-11-13 12:37:42 -06:00

704 B

==Long==

Set

Set a VA cluster's log configuration. You can update a cluster's root logging level, the duration of its logging, and the connector logging class.

This example command sets the "TRACE" root logging level, a duration of 30 minutes, and a connector logging class of "sailpoint.connector.ADLDAPConnector=TRACE".

Refer to your respective connector guide to see which connector logging classes are available.

==Example==

sail cluster log set 2c91808580f6cc1a01811af8cf5f18cb -r TRACE -d 30 -c sailpoint.connector.ADLDAPConnector=TRACE 

====