You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "potiuk (via GitHub)" <gi...@apache.org> on 2023/02/20 01:18:06 UTC

[GitHub] [airflow] potiuk commented on issue #29458: Identify logging statements from Airflow versus top level code

potiuk commented on issue #29458:
URL: https://github.com/apache/airflow/issues/29458#issuecomment-1436167051

   I think it should be done via convention. In your DAGs you can add specific logger "filtered.out" for example and configue it in the way you want in LOGGING_CONFIG: https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/logging-monitoring/logging-tasks.html#advanced-configuration - you can remove log propagation and make sure they are not sent to root logger. 
   
   Try it this way. Let us know if it solves your issue. I am converting this one to a discussion and you if you test it @wolfier.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org