kosteev commented on code in PR #30485:
URL: https://github.com/apache/airflow/pull/30485#discussion_r1159505773


##########
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:
   I see "option is enabled" used instead of "option is selected" in other 
places
   
   Also I would change "This option removes default logging handlers, and 
provide new ones." to
   "If enabled default logging handlers will be removed, and new one provided."



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to