[Checkins] SVN: bluebream/trunk/src/bluebream/bluebream_base/project_template/etc/zope merged missing files from ccomb's branch

Baiju M baiju.m.mail at gmail.com
Mon Apr 26 08:47:32 EDT 2010


Log message for revision 111425:
  merged missing files from ccomb's branch
  

Changed:
  A   bluebream/trunk/src/bluebream/bluebream_base/project_template/etc/zope-debug.conf
  A   bluebream/trunk/src/bluebream/bluebream_base/project_template/etc/zope.conf

-=-
Copied: bluebream/trunk/src/bluebream/bluebream_base/project_template/etc/zope-debug.conf (from rev 111424, bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/etc/zope-debug.conf)
===================================================================
--- bluebream/trunk/src/bluebream/bluebream_base/project_template/etc/zope-debug.conf	                        (rev 0)
+++ bluebream/trunk/src/bluebream/bluebream_base/project_template/etc/zope-debug.conf	2010-04-26 12:47:32 UTC (rev 111425)
@@ -0,0 +1,40 @@
+# Identify the component configuration used to define the site:
+site-definition etc/site.zcml
+
+<zodb>
+
+  <filestorage>
+    path var/filestorage/Data.fs
+    blob-dir var/blob
+  </filestorage>
+
+# Uncomment this if you want to connect to a ZEO server instead:
+#  <zeoclient>
+#    server localhost:8100
+#    storage 1
+#    # ZEO client cache, in bytes
+#    cache-size 20MB
+#    # Uncomment to have a persistent disk cache
+#    #client zeo1
+#  </zeoclient>
+</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.
+
+  <logfile>
+    path var/log/z3.log
+    formatter zope.exceptions.log.Formatter
+  </logfile>
+
+  <logfile>
+    path STDOUT
+    formatter zope.exceptions.log.Formatter
+  </logfile>
+</eventlog>
+
+#developer mode
+devmode on
+

Copied: bluebream/trunk/src/bluebream/bluebream_base/project_template/etc/zope.conf (from rev 111424, bluebream/branches/ccomb/src/bluebream/bluebream_base/project_template/etc/zope.conf)
===================================================================
--- bluebream/trunk/src/bluebream/bluebream_base/project_template/etc/zope.conf	                        (rev 0)
+++ bluebream/trunk/src/bluebream/bluebream_base/project_template/etc/zope.conf	2010-04-26 12:47:32 UTC (rev 111425)
@@ -0,0 +1,36 @@
+# Identify the component configuration used to define the site:
+site-definition etc/site.zcml
+
+<zodb>
+
+  <filestorage>
+    path var/filestorage/Data.fs
+    blob-dir var/blob
+  </filestorage>
+
+# Uncomment this if you want to connect to a ZEO server instead:
+#  <zeoclient>
+#    server localhost:8100
+#    storage 1
+#    # ZEO client cache, in bytes
+#    cache-size 20MB
+#    # Uncomment to have a persistent disk cache
+#    #client zeo1
+#  </zeoclient>
+</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.
+
+  <logfile>
+    path var/log/z3.log
+    formatter zope.exceptions.log.Formatter
+  </logfile>
+
+  <logfile>
+    path STDOUT
+    formatter zope.exceptions.log.Formatter
+  </logfile>
+</eventlog>



More information about the checkins mailing list