From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 15 Mar 2007 16:50:34 -0000 Subject: [Cluster-devel] conga/luci/site/luci Extensions/conga_constant ... Message-ID: <20070315165034.12062.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 2007-03-15 16:50:34 Modified files: luci/site/luci/Extensions: conga_constants.py luci/site/luci/etc: zope.conf.in Log message: Turn off debugging by default Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&r1=1.38&r2=1.39 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/etc/zope.conf.in.diff?cvsroot=cluster&r1=1.1&r2=1.2 --- conga/luci/site/luci/Extensions/conga_constants.py 2007/03/12 04:25:41 1.38 +++ conga/luci/site/luci/Extensions/conga_constants.py 2007/03/15 16:50:33 1.39 @@ -154,5 +154,5 @@ PLONE_ROOT = 'luci' -LUCI_DEBUG_MODE = 1 -LUCI_DEBUG_VERBOSITY = 2 +LUCI_DEBUG_MODE = 0 +LUCI_DEBUG_VERBOSITY = 0 --- conga/luci/site/luci/etc/zope.conf.in 2006/07/24 20:17:02 1.1 +++ conga/luci/site/luci/etc/zope.conf.in 2007/03/15 16:50:33 1.2 @@ -137,7 +137,7 @@ # Example: # # debug-mode on -debug-mode on +debug-mode off # Directive: effective-user