You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/03/13 10:20:42 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #7711: [AIRFLOW-7055] Verbose logging option for google provider

potiuk commented on a change in pull request #7711: [AIRFLOW-7055] Verbose logging option for google provider
URL: https://github.com/apache/airflow/pull/7711#discussion_r392141394
 
 

 ##########
 File path: airflow/providers/__init__.py
 ##########
 @@ -14,3 +14,16 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+from airflow.config_templates.airflow_local_settings import DEFAULT_LOGGING_CONFIG, LOG_LEVEL
+from airflow.configuration import conf
+
+PROVIDERS_LOGGING_SETTINGS: str = conf.get('providers_google', 'VERBOSE_LOGGING')
+if PROVIDERS_LOGGING_SETTINGS == "true":
+    for a in ["google_auth_httplib2", "httplib2", "googleapiclient"]:
 
 Review comment:
   Yeah. I am rewriting it a bit!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services