[Zope-Coders] new zLOG
Toby Dickenson
tdickenson@geminidataloggers.com
Mon, 25 Nov 2002 16:11:43 +0000
On Monday 25 November 2002 2:53 pm, Chris McDonough wrote:
> Yes, it is intentional.. sorry I should have mentioned this and made it
> explicit in the changelog. If "import zLOG" potentially causes a file
> to be written, it is difficult to control when it is "safe" to import.
> Can you live with this?
The most unsafe thing it does is creating an empty log file when none=20
previously existed. That seems safe enough to me.
In most cases the log file will already exist, and there is no on-disk ch=
ange.=20
right?