AD connector logging using CCG

Hi Team,

I have tried to get AD connector logs using CCG, however no connector logs are getting generated.

Below logging was added to log4j

logger.ADLDAPConnector.name = sailpoint.connector.ADLDAPConnector
logger.ADLDAPConnector.level = debug
logger.ADLDAPConnector.additivity = false
logger.ADLDAPConnector.appenderRef.rolling.ref = STDOUT


logger.LDAPConnector.name = sailpoint.connector.LDAPConnector
logger.LDAPConnector.level = debug
logger.LDAPConnector.additivity = false
logger.LDAPConnector.appenderRef.rolling.ref = STDOUT

Hi @kanha141,

Have you tried to run the following end-point?

With a body like:

{
  "durationMinutes": 60,
  "rootLevel": "DEBUG",
  "logLevels": {
  "sailpoint.connector.ADLDAPConnector": "DEBUG",
  "sailpoint.connector.LDAPConnector": "DEBUG"
  }
}

You can also get a more verbose result with “TRACE” instead of “DEBUG”, if you need to get more details for your troubleshooting, but I warn you: IT IS VERY VERBOSE.

Ref: https://community.sailpoint.com/t5/IdentityNow-Articles/Enabling-Connector-Logging-in-IdentityNow/ta-p/188107 (Compass)

Thanks Elisa,
Now I can see logs, and yes they are very verbose :blush:

Is there any way to enable logging for always, as it sets for limited time period.