You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2022/07/13 15:27:59 UTC

[airflow] branch main updated (2a1472a6be -> 851e5cad16)

This is an automated email from the ASF dual-hosted git repository.

uranusjr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 2a1472a6be Only refresh active dags on dags page (#24770)
     add 851e5cad16 Add %z for %(asctime)s to fix timezone for logs on UI (#24811)

No new revisions were added by this update.

Summary of changes:
 airflow/config_templates/airflow_local_settings.py | 11 ++++-
 airflow/config_templates/config.yml                |  6 +++
 airflow/config_templates/default_airflow.cfg       |  1 +
 airflow/utils/log/timezone_aware.py                | 49 ++++++++++++++++++++++
 airflow/www/static/js/ti_log.js                    |  4 +-
 newsfragments/24811.significant.rst                | 22 ++++++++++
 6 files changed, 90 insertions(+), 3 deletions(-)
 create mode 100644 airflow/utils/log/timezone_aware.py
 create mode 100644 newsfragments/24811.significant.rst