The GitHub Actions job "Tests" on airflow.git/fix/task-logging-level-regression has succeeded. Run started by GitHub user Arunodoy18 (triggered by potiuk).
Head commit for run: fa745fa7f72d495d2f023f0fbdaf34b02f8be42e / Arunodoy18 <[email protected]> Fix task logging level regression in Airflow 3.1.5 The root logger level was hardcoded to INFO instead of respecting the configured logging_level setting. This caused user task code using logging.getLogger(__name__).info() to not show up in task logs unless the log level was artificially high (e.g. level 55). Changes: - Set root logger level to log_level.upper() instead of hardcoded INFO - Add tests verifying root logger respects configured log level - Add test for INFO level filtering (DEBUG messages not shown) This restores the behavior from Airflow 2.x where logger.info() worked as documented. Report URL: https://github.com/apache/airflow/actions/runs/20390449313 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
