SSL-related logging


All the adapters that need to establish an internet connection using the SSL protocol now use the commons.ssl package.

To enable logging on the commons.ssl package

  1. Access the following path on the BMC Atrium Orchestrator peer-enabled computer:
    CDPinstallationDir/tomcat/webapps/baocdp/WEB-INF/classes
  2. Add the following lines to the log4j.xml file: 

    <logger name="com.realops.commons.ssl" additivity="false">
           <level value="debug" />
           <appender-ref ref="RollingFile" />
    </logger>
  3. Restart the BMC Atrium Orchestrator CDP.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Atrium Orchestrator Content 20.15.02