Configure Stats Collector Log Levels

Edit the stats collector logging configuration file, logback.xml, to view more detailed information in stats collector logs.

  1. Open the logback.xml file.
    Find it in:
    C:\Shares\statscollector\etc\logback.xml
  2. Edit the statscollector.log.level value.
    Change INFO to DEBUG.
    <root level="${statscollector.log.level:-INFO}">
      <appender-ref ref="FILE"/>
      <appender-ref ref="STDERR" />
    </root>          
  3. Restart stats collector for the changes to take effect.
    Go to Start Menu > Control Panel > Administrative Tools > Services to view the list of the Shares services. Stop and start the Aspera Stats Collector service.
Stats collector logs should now show debugging information. To change log levels back to normal, open the logback.xml file and change DEBUG back to INFO.