apilaskowski commented on code in PR #30485:
URL: https://github.com/apache/airflow/pull/30485#discussion_r1159511888
##########
airflow/config_templates/config.yml:
##########
@@ -870,6 +870,16 @@ logging:
type: string
example: "0o664"
default: "0o664"
+ reset_and_split_logging:
+ description: |
+ By default Celery sends all logs into stderr.
+ This option removes default handlers and provide new ones.
+ It might be useful to send low level logs like INFO and WARNING to
stdout,
Review Comment:
Updated.
--
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]