potiuk commented on issue #30740:
URL: https://github.com/apache/airflow/issues/30740#issuecomment-1515410495

   And - can you create the logger inside the function ? I wonder if it makes a 
difference?
   
   ```
   def print_hello_world(ds):
       logger = logging.getLogger(__name__) 
       # with default airflow logging settings, DEBUG logs are ignored
       logger.info("This log is at the level of INFO")
   ```


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