From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28014 invoked by alias); 24 Oct 2006 16:36:23 -0000 Received: (qmail 27990 invoked by uid 9610); 24 Oct 2006 16:36:23 -0000 Date: Tue, 24 Oct 2006 16:36:00 -0000 Message-ID: <20061024163623.27989.qmail@sourceware.org> From: rmccabe@sourceware.org To: cluster-cvs@sources.redhat.com Subject: conga/luci/site/luci/Extensions LuciSyslog.py ... Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00255.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2006-10-24 16:36:23 Modified files: luci/site/luci/Extensions: LuciSyslog.py cluster_adapters.py conga_constants.py homebase_adapters.py ricci_bridge.py ricci_communicator.py Log message: see bz# 211375 These patches add verbose logging that'll allow QE to better debug defects (in a lot of places, there was no useful output for them to check). Two new global variables are introduced: LUCI_DEBUG_MODE = 1 LUCI_DEBUG_VERBOSITY = 2 Both of these need to be set to 0 for GA. LUCI_DEBUG_VERBOSITY > 1 will cause ricci_xml input and output to be logged using using syslog LOG_DAEMON/LOG_DEBUG. syslogd is not configured to log this severity by default, so an entry along the lines of *.debug /var/log/debug should be added if this facility is used. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciSyslog.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.120.2.4&r2=1.120.2.5 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&r2=1.19.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/homebase_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.34&r2=1.34.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_bridge.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.30.2.1&r2=1.30.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_communicator.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.9&r2=1.9.2.1