drmatt wrote: 
> Never looked but is there an etc/logrotate.d/logitechmediaserver? That's
> where rotation of the log file would be driven unless LMS does it
> itself.
> 
> 
> -Transcoded from Matt's brain by Tapatalk-

There is. Contents as follows. Doesn't look right to me. 


Code:
--------------------
    /var/log/squeezeboxserver/server.log {
  weekly
  rotate 5
  size 200k
  compress
  missingok
  
  postrotate
  # send USR1 to squeezebox PID to reset logging
  /bin/kill -USR1 `pgrep squeezeboxserve -n 2>/dev/null` 2>/dev/null || :
  endscript
  }
  
  /var/log/squeezeboxserver/scanner.log {
  weekly
  rotate 5
  size 200k
  compress
  missingok
  }
  
--------------------


------------------------------------------------------------------------
slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=108624

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to