Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3322C11D27 for ; Thu, 28 Aug 2014 12:37:25 +0000 (UTC) Received: (qmail 80967 invoked by uid 500); 28 Aug 2014 12:37:23 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 80716 invoked by uid 500); 28 Aug 2014 12:37:23 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 80227 invoked by uid 99); 28 Aug 2014 12:37:23 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Aug 2014 12:37:23 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 43060A02ECC; Thu, 28 Aug 2014 12:37:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Date: Thu, 28 Aug 2014 12:37:32 -0000 Message-Id: In-Reply-To: <4cd3c9085adc4e6aa1bc12b6e6af4b37@git.apache.org> References: <4cd3c9085adc4e6aa1bc12b6e6af4b37@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [10/23] couchdb commit: updated refs/heads/master to aa9f32d Disabling this assertion until we figure out lager The change to lager changed how w configure logging in CouchDB. We'll need to figure out if we want to update things so that we can configure lager from the INI files at which point we can either reenable this test or remove it. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/e01e3a4f Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/e01e3a4f Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/e01e3a4f Branch: refs/heads/master Commit: e01e3a4f742222327dc84e0f0ba6818c11ed4213 Parents: 99a5a0b Author: Paul J. Davis Authored: Mon Aug 11 14:13:56 2014 -0500 Committer: Paul J. Davis Committed: Mon Aug 11 14:13:56 2014 -0500 ---------------------------------------------------------------------- share/www/script/test/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/e01e3a4f/share/www/script/test/config.js ---------------------------------------------------------------------- diff --git a/share/www/script/test/config.js b/share/www/script/test/config.js index 193aa89..37b339b 100644 --- a/share/www/script/test/config.js +++ b/share/www/script/test/config.js @@ -53,7 +53,7 @@ couchTests.config = function(debug) { T(config.couchdb.database_dir); T(config.daemons.httpd); T(config.httpd_global_handlers._config); - T(config.log.level); + // T(config.log.level); T(config.query_servers.javascript); // test that settings can be altered, and that an undefined whitelist allows any change