amoghrajesh commented on code in PR #54449:
URL: https://github.com/apache/airflow/pull/54449#discussion_r2293201591
##########
shared/secrets_masker/src/airflow_shared/secrets_masker/secrets_masker.py:
##########
@@ -206,6 +202,8 @@ class SecretsMasker(logging.Filter):
ALREADY_FILTERED_FLAG = "__SecretsMasker_filtered"
MAX_RECURSION_DEPTH = 5
_has_warned_short_secret = False
+ # Private variable with method access
+ _mask_secrets_in_logs = False
Review Comment:
Made it a public class variable with setters / getters / accessors:
https://github.com/apache/airflow/pull/54449/commits/dcbe01bba1c3a9ffc1f35a77f945967642580568
--
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]