[Checkins] SVN: Sandbox/philikon/zopeproject/trunk/zopeproject/zope_deploy/zope.conf Add note about native blob support in ZODB 3.9 FileStorage.

Dan Korostelev nadako at gmail.com
Tue Jan 13 07:11:14 EST 2009


Log message for revision 94720:
  Add note about native blob support in ZODB 3.9 FileStorage.

Changed:
  U   Sandbox/philikon/zopeproject/trunk/zopeproject/zope_deploy/zope.conf

-=-
Modified: Sandbox/philikon/zopeproject/trunk/zopeproject/zope_deploy/zope.conf
===================================================================
--- Sandbox/philikon/zopeproject/trunk/zopeproject/zope_deploy/zope.conf	2009-01-13 10:24:03 UTC (rev 94719)
+++ Sandbox/philikon/zopeproject/trunk/zopeproject/zope_deploy/zope.conf	2009-01-13 12:11:14 UTC (rev 94720)
@@ -2,8 +2,11 @@
 site-definition site.zcml
 
 <zodb>
-  # Wrap standard FileStorage with BlobStorage proxy
-  # to get ZODB blobs support.
+  # Wrap standard FileStorage with BlobStorage proxy to get ZODB blobs
+  # support.
+  # This won't be needed with ZODB 3.9, as its FileStorage supports
+  # blobs by itself. If you use ZODB 3.9, remove the proxy and specify
+  # the blob-dir parameter right in in filestorage, just after path.
   <blobstorage>
     blob-dir var/blobs
     <filestorage>
@@ -23,9 +26,9 @@
 </zodb>
 
 <eventlog>
-  # This sets up logging to both a file and to standard output
-  # (STDOUT).  The "path" setting can be a relative or absolute
-  # filesystem path or the tokens STDOUT or STDERR.
+  # This sets up logging to both a file and to standard output (STDOUT).
+  # The "path" setting can be a relative or absolute filesystem path or
+  # the tokens STDOUT or STDERR.
 
   <logfile>
     path log/z3.log



More information about the Checkins mailing list