hterik commented on issue #19816:
URL: https://github.com/apache/airflow/issues/19816#issuecomment-983311373


   I've seen this happen as well, it happens when the `_redact` function throws 
an exception, which triggers a new `log.warning("Unable to redact %r ...` call 
that resets the recursion-limit counter.
   
   Since the failing item itself is embedded into the warning-log, it will 
trigger the same issue again and it repeats forever.
   
   
https://github.com/apache/airflow/blob/968952bb8d0b410e5cf013f3d0d074fc5783c6f1/airflow/utils/log/secrets_masker.py#L215


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


Reply via email to