[web2py] Re: server logging question

2013-09-24 Thread Dave S
Manually rotating the logs without stopping the server seems to work ok, so I'm fairly confident I'll be alright when I automate it. To be explicit, manually mv'ing the httpserver.log file works; but so does having a logrot.cfg and manually doing logrotate -vf logrot.cfg. I didn't use the "copy"

[web2py] Re: server logging question

2013-09-18 Thread Massimo Di Pierro
I think it is but I never tried. On Wednesday, 18 September 2013 12:58:38 UTC-5, Dave S wrote: > > Silly question time: is httpserver.log compatible with logrotate? > > (It looks like the answer is yes when running a simple deployment using > the in-package Rocket server on Fedora 16) > > (As of