GitHub user jnstockley added a comment to the discussion: How to update timestamp format of Airflow logs
In case it helps I have attached the 2 python files and these are how I am setting the environment variables: * `AIRFLOW__LOGGING__LOGGING_CONFIG_CLASS=config.logging_config_class.LOGGING_CONFIG` * `AIRFLOW__LOGGING__LOG_FORMATTER_CLASS=config.log_formatter_class.TimestampConfig` [logging_config_class.py](https://github.com/user-attachments/files/25579177/logging_config_class.py) [log_formatter_class.py](https://github.com/user-attachments/files/25579176/log_formatter_class.py) GitHub link: https://github.com/apache/airflow/discussions/62525#discussioncomment-15935887 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
