The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
894741e311ffd642e036b80d3b1b5d53c3747cad / Jarek Potiuk <[email protected]>
Change log level of serialization information (#30239)

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

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to