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 2021/07/19 12:29:25 UTC

[GitHub] [airflow] potiuk commented on issue #17077: Problem with task_run and secrets mask

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


   I strongly believe the problem is that you had custom logging configuration done not according to the way we recommend it. 
   
   If you look there - if you want to have advanced logging configuration and add your own configuration, you should start your custom configuration with deepcopying of the original airflow configuration, and only add your changes after that:
   
   https://airflow.apache.org/docs/apache-airflow/stable/logging-monitoring/logging-tasks.html#advanced-configuration
   
   The error that you see probably comes from copying the old logging from airlfow verbatim rather than deepcopying it dynamically in your custom configuration.
   
   I will close it preemptively, in case the explanation is correct (in which case you can also get what you want with simply converting to the recommended way of configuring advanced logging. 
   
   Please comment here if my diagnosis is wrong and the reason was different, so that I can re-open it then,
   


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