ashb commented on code in PR #52996: URL: https://github.com/apache/airflow/pull/52996#discussion_r2192167721
########## airflow-core/src/airflow/config_templates/config.yml: ########## @@ -1475,6 +1475,13 @@ api: type: boolean example: ~ default: "False" + default_show_timestamp: + description: | + Default setting for show timestamp toggle on TI log views. + version_added: 3.1.0 + type: boolean + example: ~ + default: "True" Review Comment: Which is a fair assumption and it's good to follow the existing pattern -- I just don't know why it was added there in the first place! It makes no sense to me. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org