In this case the executable in question is "rotatelogs".   Two ways  
this could be achieved would be:

a. if paster supported a "stdout" option for logging.  Currently if  
you dont specify a --log-file option, it goes straight to "paster.log".

b. if the --log-file option supported pipes, such as:

        paster serve --daemon --log-file "| rotatelogs ./logs/mylog.txt 86400"

c. im missing something completely obvious ?   (very common)

_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users

Reply via email to