Enabling DEBUG manually in ConnectALL 3.x
search cancel

Enabling DEBUG manually in ConnectALL 3.x

book

Article ID: 374208

calendar_today

Updated On:

Products

ConnectALL

Issue/Introduction

While troubleshooting an issue generally post upgrade where UI is not starting up and you want to capture more information by Enabling the DEBUG on UI and Core. This article covers the steps to Enable DEBUG on Tomcat(UI) and Core Engine.

 

Environment

3.x

Resolution

  1. Stop connectall-ui, connectall-core, connectall-broker services
  2. For Tomcat(UI), modify /opt/ConnectALL/UI/tomcat/webapps/ConnectAll/WEB-INF/classes/log4j2.xml to set DEBUG on below property.
  3. For Core, modify /opt/ConnectALL/Core/conf/log4j2.xml and update the same property to DEBUG
  4. Start connectall-broker, connectall-core, connectall-ui services. Let all services start and verify the respective logs have DEBUG statements being logged.

    <Root level="DEBUG">
          <!--AppenderRef ref="stdout"/-->
          <AppenderRef ref="caRoot"/>
        </Root>
    </Loggers>