From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 8 Jan 2007 15:29:10 -0000 Subject: [Cluster-devel] conga/luci/site/luci Extensions/conga_constant ... Message-ID: <20070108152910.16701.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 Branch: RHEL5 Changes by: rmccabe at sourceware.org 2007-01-08 15:29:10 Modified files: luci/site/luci/Extensions: conga_constants.py luci/site/luci/etc: zope.conf.in Log message: turn off debug mode. resolves bz212448 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.19.2.4&r2=1.19.2.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/etc/zope.conf.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1&r2=1.1.2.1 --- conga/luci/site/luci/Extensions/conga_constants.py 2006/12/22 17:50:16 1.19.2.4 +++ conga/luci/site/luci/Extensions/conga_constants.py 2007/01/08 15:29:09 1.19.2.5 @@ -149,5 +149,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/01/08 15:29:10 1.1.2.1 @@ -137,7 +137,7 @@ # Example: # # debug-mode on -debug-mode on +debug-mode off # Directive: effective-user