Publicy wrote:
> Sorry for spamming these mailing list
> 
> but I have several bugs / tuning to make freevo my perfect HTPC software....
> 
> 
> These thread is about about the log level you use because I have noticed 
> that if I put :
> LOGGING = logging.DEBUG
> LOGGING_RECORDSERVER = logging.DEBUG
> DEBUG = 9
> 
> as it was in my 1.7.9 version the debug file explode over 15Go of log in 
> 4 day 3 hour by day of freeevo running.
> 
> So How do you tune this to have sufficient information but reasonnable 
> file size.

Unless you are debugging something turn it off with DEBUG=0

I use DEBUG=1, rarely higher as there is too much information and so it
is not possible to see the wood from the trees.


> subsidiary question do you use logrotate for freevo log, in yes case 
> what is your config ?

/var/log/freevo/*.log {
  missingok
  notifempty
  sharedscripts
  postrotate
  endscript
}

Or something like this.

Duncan

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to