eladkal commented on code in PR #60117:
URL: https://github.com/apache/airflow/pull/60117#discussion_r2725005650
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -977,6 +977,14 @@ logging:
type: string
example: "fastapi,sqlalchemy"
default: ""
+ worker_log_server_host:
+ description: |
+ The interface address on which the worker should start the log server.
+ If not set, it will default to 0.0.0.0 (or [::] for IPv6).
+ version_added: ~
Review Comment:
```suggestion
version_added: 3.2.0
```
--
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]