The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 865fd09b9e940e16e637d5fba5fb247aaf7b90f3 / Jarek Potiuk <[email protected]> Change log level of serialization information The #30094 introduced info log on how long serialization takes, and coupled with the fact that serialization register() function is called by just importing the serde module it caused a potential of breaking airflow CLI method that produce formatted output (with `--output` flag with json format). Those methods block warnings and logs, but only after initial CLI parsing is complete and the right CLI method is selected (with @suppress_logs_and_warnings). However in case serde module is imported before, default "info" log level might cause the log to be printed before it has been blocked. The log level seemed to be left here by mistake (it's not a good practice to log anything at import time), so changing it to debug seems appropriate. Report URL: https://github.com/apache/airflow/actions/runs/4490743967 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
