By default, log file debugging for the ncm-as service is enabled (turned On). When debug logging for the ncm-as service is enabled, the log file size grows quickly. To disable log file debugging for the ncm-as service, follow this procedure.

Procedure

  1. On the Application/Combination Server, source voyence at the command line interface:
    source /etc/voyence
  2. Goto the following location:
    cd $VOYENCE_HOME/ncmcore/webapps/ncm-webapp/WEB-INF/classes/
  3. To edit log4j2 file, open the file:
    vi log4j2.xml
  4. Goto the section that begins on line 163, and change the priority value from DEBUG to INFO:
    For example:
    <Logger name="com.powerup" level="INFO">
                 <AppenderRef ref="POWERUP"/>
    </Logger>
    
  5. Save the file.
  6. Restart the ncm-as service:
    systemctl restart ncm-as