Additional logging for deep clean of device with mcs profiles
search cancel

Additional logging for deep clean of device with mcs profiles

book

Article ID: 382863

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

Need additional logging for deep cleaning of device that has mcs profiles tied to it.

Environment

Version: 23.4 CU2
Component: Operator Console, mcs profiles

Resolution

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>