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. Edit [Product-Directory]/ncmcore/webapps/ncm-webapp/WEB-INF/classes/log4j.xml
  2. Go to the section that begins on line 381, and change the priority value from DEBUG to INFO. For example:
    <category name="com.powerup">
    <priority value="INFO" />
    <appender-ref ref="POWERUP"/>
    </category>
  3. Save the changes.
  4. Restart the ncm-as service:
    • Linux: service ncm-as restart