DartVeDroid commented on issue #58053:
URL: https://github.com/apache/airflow/issues/58053#issuecomment-3798485814

   @ashb, could you please explain how are we supposed to modify `celery` 
`task` logging output now that https://github.com/apache/airflow/pull/52651 and 
other `structlog`-oriented things are merged?
   
   As far as I understand it, currently logging works like:
   * in task:
     * we make logs
     * logs get passed to `supervisor`
   * in airflow itself (`supervisor`, etc):
     * logs get passed from `task`
     * logs get passed to `structlog`
     * logs get passed to ???
   
   I would assume we would have `stdlib` at ??? place, with user-configured 
`stdlib` handlers, but apparently it's not like that, and currently we have 
neither warnings/errors in log, nor up-to-date docs about how to migrate old 
custom logging thingies.


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

Reply via email to