kaxil 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_r392131085
 
 

 ##########
 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')
 
 Review comment:
   Should we set a fallback value?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to