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 it 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]