7 Nov
2003
7 Nov
'03
5:44 p.m.
On Fri, 2003-11-07 at 09:03, Marshall Mayer wrote:
Hi there,
I'm running Python 2.1.3, Zope 2.6.2b5, CMF 1.3.2, Plone 1.05, almost stock (newbie), and have it running well on Mac OS X Server 10.2.8. I back it up nightly, and a couple of nights ago I noticed that my backups were taking longer and resulting in much larger tar files. I poked around, and the only difference is in the zopedebug.log file (stored in the same directory as the Data.fs file). Before it was 30Mb and now it is over 700Mb.
Zope is being so verbose because you're running Zope in debug mode. Debug mode is the default on many installations, so it's probably not even something you set up. Remove -D from your start script and restart. HTH, Dylan