Settings to enable the debug level on PMEngine.log has changed since 14.5 CU6, so why the previous changes
in the C:\Program Files (x86)\CA\DSM\PatchManagement\conf\config.properties didn't work.
CA Client Automation - 14.5 CU6 and above
Change the logging level inside file C:\Program Files (x86)\CA\DSM\Web Console\webapps\pmengine\WEB-INF\classes\log4j2.xml
(save a copy of the file before then you can rename to change back to the defaul 'info' level).
<Loggers>
<!-- avoid duplicated logs with additivity=false -->
<Logger name="com.ca.pmengine" level="debug" additivity="false">
<AppenderRef ref="Async"/>
<!--<AppenderRef ref="LogToRollingRandomAccessPMFile"/> -->
<!--<AppenderRef ref="LogToRollingRandomAccessPMFile"/> -->
<!--<AppenderRef ref="NSMEventAppender"/> -->
</Logger>
<Root level="debug">
<AppenderRef ref="LogToPMConsole"/>
</Root>
</Loggers>
After that restart the Tomcat service:
caf stop tomcat
caf start tomcat
Wait 3 minutes and open again DSM Web Console and accept the patch. The updated PMEngine.log will
start show the debug lines.
In previous versions below 14.5 CU6 follow the steps in this article: