[
https://issues.apache.org/jira/browse/AIRFLOW-2546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16702800#comment-16702800
]
ASF GitHub Bot commented on AIRFLOW-2546:
-----------------------------------------
feng-tao closed pull request #3443: [AIRFLOW-2546] Set logging level correctly
to avoid no section error
URL: https://github.com/apache/incubator-airflow/pull/3443
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/airflow/bin/cli.py b/airflow/bin/cli.py
index e32b033d2c..d33d03c39d 100644
--- a/airflow/bin/cli.py
+++ b/airflow/bin/cli.py
@@ -459,7 +459,7 @@ def run(args, dag=None):
try:
conf.set(section, option, value)
except NoSectionError:
- log.error('Section {section} Option {option} '
+ log.debug('Section {section} Option {option} '
'does not exist in the
config!'.format(section=section,
option=option))
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Set logging level correctly to avoid no section error
> -----------------------------------------------------
>
> Key: AIRFLOW-2546
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2546
> Project: Apache Airflow
> Issue Type: Bug
> Reporter: Tao Feng
> Assignee: Tao Feng
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)