Need additional logging for deep cleaning of device that has mcs profiles tied to it.
Version: 23.4 CU2
Component: Operator Console, mcs profiles
Updated version of Operator Console (ump_operatorconsole-23.4.2.1-20241128.094755-10.zip). To be included in CU3.
Add the following to c:\Program Files (x86)\Nimsoft\probes\service\wasp\conf\mcs_ui_app_log4j2.xml to enable debug logs. There is no change in the mcs-ui-app.
<Logger name="com.nimsoft" level="debug" additivity="false">
<AppenderRef ref="ProbeFile"/>
</Logger>
</Loggers>
</Configuration>