Documentation improvement suggestion - Logger name for the SAP Concur connector

BACKGROUND:
I was trying to debug a connector of type “SAP Concur” in IDN, and found the table of logger names to not include this connector type Enable Connector Logging (sailpoint.com)

I solved it by just bumping the root logger for the whole VA cluster to DEBUG, since this was just the Sandbox environment. I then pulled out all the logs from a single event:
tail -n 10000 log/ccg.log | grep Concur | grep -v do-health-check | grep "13:18" | prettyLogSlim | grep logger_name | sort --unique

That resulted in this list:

com.sailpoint.ccg.cloud.container.Container
com.sailpoint.ccg.handler.ProvisionHandler
com.sailpoint.ccg.persistence.CloudPersistenceManager
connector.common.http.client.impl.ApacheHttpClientWrapper
connector.sdk.webservices.ExecutionMediator
openconnector.connector.sapconcur.SAPConcurConnector
openconnector.connector.scim2.SCIM2RelaxConfigExecutor
sailpoint.connector.ConnectorClassLoader
sailpoint.connector.ConnectorClassLoaderUtil
sailpoint.connector.ConnectorProxy
sailpoint.gateway.service.CcgFeatureFlagService
sailpoint.tools.ConnectorClassLoaderFeatureFlagUtil
sailpoint.tools.RFC4180LineParser

SUGGESTION:
Add a row in the “Logging Classes” table at Enable Connector Logging (sailpoint.com) as follows:

  • Connector: SAP Concur
  • Logging Class: openconnector.connector.sapconcur.SAPConcurConnector

I have created a doc ticket to look into improving this (CONDOCS-3817)

1 Like