arjunanan6 commented on issue #33255:
URL: https://github.com/apache/airflow/issues/33255#issuecomment-1671184724
The logging level appears to come from
azure.core.pipeline.http_logging_policy.
This is the airflow config:
```
airflow config get-value logging logging_level
INFO
```
To make this more confusing:
```
>>> logger =
logging.getLogger("azure.core.pipeline.policies.http_logging_policy")
>>> logger
<Logger azure.core.pipeline.policies.http_logging_policy (WARNING)>
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]