mik-laj commented on issue #9955:
URL: https://github.com/apache/airflow/issues/9955#issuecomment-938454413
Currently, it is possible to overwrite the configuration at the DAG File
level.
All you need to do is add a similar code. to the following.
```
import logging;
logging.getLogger('awesome-sdk').setLevel(logging.FATAL)
```
--
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]