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


##########
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:
   Do you think that:
   
   ```
   By default Celery sends all logs into stderr.
   If this option is selected AirFlow will handle and send low level logs like 
INFO and WARNING to stdout,
   while sending higher severity logs to stderr.
   This option removes default logging handlers, and provide new ones.
   ```
   
   Explains it better, or should I give some more information there?



-- 
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