From commits-return-16497-archive-asf-public=cust-asf.ponee.io@airflow.incubator.apache.org Sun Jul 15 17:59:55 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 60982180621 for ; Sun, 15 Jul 2018 17:59:55 +0200 (CEST) Received: (qmail 14130 invoked by uid 500); 15 Jul 2018 15:59:54 -0000 Mailing-List: contact commits-help@airflow.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airflow.incubator.apache.org Delivered-To: mailing list commits@airflow.incubator.apache.org Received: (qmail 14121 invoked by uid 99); 15 Jul 2018 15:59:54 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jul 2018 15:59:54 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 1352B1801C1 for ; Sun, 15 Jul 2018 15:59:54 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -11.701 X-Spam-Level: X-Spam-Status: No, score=-11.701 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id IRD2y1vymUF1 for ; Sun, 15 Jul 2018 15:59:53 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 865935F439 for ; Sun, 15 Jul 2018 15:59:52 +0000 (UTC) Received: (qmail 14084 invoked by uid 99); 15 Jul 2018 15:59:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jul 2018 15:59:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B7EBFDFF73; Sun, 15 Jul 2018 15:59:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bolke@apache.org To: commits@airflow.incubator.apache.org Message-Id: <8adc7bcae761485aa83fc469a2338493@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-airflow git commit: [AIRFLOW-1729][AIRFLOW-XXX] Remove extra debug log at info level Date: Sun, 15 Jul 2018 15:59:51 +0000 (UTC) Repository: incubator-airflow Updated Branches: refs/heads/v1-10-test 48847d737 -> fc00875ed [AIRFLOW-1729][AIRFLOW-XXX] Remove extra debug log at info level I left an extra log call, at info level in #3602 that was being used for debugging. Closes #3603 from ashb/remove-extra-log (cherry picked from commit 7c19ed02bc30f71fd73e38234b3b210072274f3b) Signed-off-by: Bolke de Bruin Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/fc00875e Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/fc00875e Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/fc00875e Branch: refs/heads/v1-10-test Commit: fc00875ed00555e5da5661324479e8703787bbd5 Parents: 48847d7 Author: Ash Berlin-Taylor Authored: Sun Jul 15 17:59:32 2018 +0200 Committer: Bolke de Bruin Committed: Sun Jul 15 17:59:45 2018 +0200 ---------------------------------------------------------------------- airflow/models.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/fc00875e/airflow/models.py ---------------------------------------------------------------------- diff --git a/airflow/models.py b/airflow/models.py index 5f0713f..cb0165a 100755 --- a/airflow/models.py +++ b/airflow/models.py @@ -521,7 +521,6 @@ class DagBag(BaseDagBag, LoggingMixin): FileLoadStat = namedtuple( 'FileLoadStat', "file duration dag_num task_num dags") for filepath in utils.dag_processing.list_py_file_paths(dag_folder): - self.log.info(filepath) try: ts = timezone.utcnow() found_dags = self.process_file(