Haapalaj commented on issue #59634:
URL: https://github.com/apache/airflow/issues/59634#issuecomment-3745124788

   I can confirm that using this logger in the airflow task:
   ```
   import structlog
   logger = structlog.get_logger(name)
   ```
   Works. 
   But I guess the basic way to use logging.getLogger(__name__) -should work 
also, but it does not.


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