dabla commented on PR #69859: URL: https://github.com/apache/airflow/pull/69859#issuecomment-5381733804
> **[uranusjr](/uranusjr) ** commented The approach is essentially the same philosophy as `LoggingMixin.log`, a lazy property that defers creation to first access, except it also binds bundle-specific structured context fields. A plain module-level logger could work but would require every single `self.log.info(...) `call site to manually pass `bundle_name=`, `bucket_name=`, etc. as keyword args, which is exactly the repetition the PR is trying to eliminate. -- 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]
