Return-Path: X-Original-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2398910918 for ; Tue, 21 Jan 2014 22:09:47 +0000 (UTC) Received: (qmail 94047 invoked by uid 500); 21 Jan 2014 22:09:36 -0000 Delivered-To: apmail-incubator-allura-commits-archive@incubator.apache.org Received: (qmail 93874 invoked by uid 500); 21 Jan 2014 22:09:26 -0000 Mailing-List: contact allura-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-commits@incubator.apache.org Received: (qmail 93569 invoked by uid 99); 21 Jan 2014 22:09:18 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jan 2014 22:09:18 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id AFEA3549C9; Tue, 21 Jan 2014 22:09:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tvansteenburgh@apache.org To: allura-commits@incubator.apache.org Date: Tue, 21 Jan 2014 22:09:26 -0000 Message-Id: <7e4d2705311643f3a02a6239680d82fa@git.apache.org> In-Reply-To: <2b1ffa3238df45699d7e0ad78537a6ad@git.apache.org> References: <2b1ffa3238df45699d7e0ad78537a6ad@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/22] git commit: [#7047] quieter debugging when no request [#7047] quieter debugging when no request Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/6479701c Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/6479701c Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/6479701c Branch: refs/heads/tv/6393 Commit: 6479701cb81d9dc73d61bcbe54a34de71cd8f31b Parents: ae5437a Author: Dave Brondsema Authored: Thu Jan 16 16:46:50 2014 +0000 Committer: Cory Johns Committed: Thu Jan 16 18:02:46 2014 +0000 ---------------------------------------------------------------------- Allura/allura/model/session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/6479701c/Allura/allura/model/session.py ---------------------------------------------------------------------- diff --git a/Allura/allura/model/session.py b/Allura/allura/model/session.py index ff960a2..f52d164 100644 --- a/Allura/allura/model/session.py +++ b/Allura/allura/model/session.py @@ -101,7 +101,7 @@ class ArtifactSessionExtension(SessionExtension): l.debug('objects_deleted: %s', [o._id for o in self.objects_deleted]) l.debug('add_artifacts task: %s', add_task) except: - log.info('error running extra debug', exc_info=True) + pass class BatchIndexer(ArtifactSessionExtension):