From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C90BC139083 for ; Thu, 7 Dec 2017 07:24:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E81F1E0F46; Thu, 7 Dec 2017 07:24:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF024E0F46 for ; Thu, 7 Dec 2017 07:24:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB28A33BEBE for ; Thu, 7 Dec 2017 07:24:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D44EAE6B for ; Thu, 7 Dec 2017 07:24:01 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1512631330.46e42a2ee301c03d118046c7394132c2bf9917ed.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/main.py X-VCS-Directories: catalyst/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 46e42a2ee301c03d118046c7394132c2bf9917ed X-VCS-Branch: master Date: Thu, 7 Dec 2017 07:24:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 390370b5-673a-41a2-962d-7a298ee5bc59 X-Archives-Hash: acce46e8e4724b6028f0df48efccb013 commit: 46e42a2ee301c03d118046c7394132c2bf9917ed Author: Brian Dolbec gentoo org> AuthorDate: Thu Dec 7 07:06:19 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Dec 7 07:22:10 2017 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=46e42a2e main.py: increase verbosity of the options log catalyst/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/main.py b/catalyst/main.py index eed40a66..4c55a415 100644 --- a/catalyst/main.py +++ b/catalyst/main.py @@ -335,7 +335,7 @@ def _main(parser, opts): parse_config(myconfigs) conf_values["options"].update(options) - log.debug('conf_values[options] = %s', conf_values['options']) + log.notice('conf_values[options] = %s', conf_values['options']) # initialize our contents generator contents_map = ContentsMap(CONTENTS_DEFINITIONS,