GitHub user gwerbin created a discussion: The "log" attribute appears to be missing from BaseOperator
### What do you see as an issue? In the doc page for [BaseOperator](https://airflow.apache.org/docs/apache-airflow/2.7.2/_api/airflow/models/baseoperator/index.html), the `logger` property is documented, but the `log` property appears to be missing. ### Solving the problem I don't know how these docs are generated, so I'm not sure. If they are auto-generated, I would expect that both `LoggingMixin.log` and `LoggingMixin.logger` would be found and documented, being a parent class of `BaseOperator`. ### Anything else I'm happy to try fixing this as my first issue, but I looked through some of the docs generation code and I couldn't tell how the API docs were being rendered. I would need some guidance on where to even start looking. ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) GitHub link: https://github.com/apache/airflow/discussions/63460 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
