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:
    /opt/aspera/shares/u/stats-collector/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.
    Run the following command:
    # /opt/aspera/shares/sbin/sv restart stats-collector
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.