How to update timestamp format of Airflow logs #62525
Unanswered
jnstockley
asked this question in
General
Replies: 1 comment
-
|
In case it helps I have attached the 2 python files and these are how I am setting the environment variables:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm trying to figure out how to update the logs that Airflow, specifically the api-server, dag-processor, scheduler, and triggerer use. I have update the univcorn logs using the
--log-configparameter, but for the actual Airflow components I haven't been able to. I have been able to use theAIRFLOW__LOGGING__LOG_FORMATenvironment variable to update the format of the logs just not the timestamp format. I looked intoAIRFLOW__LOGGING__LOGGING_CONFIG_CLASSandAIRFLOW__LOGGING__LOG_FORMATTER_CLASSbut neither seemed to work for me. Any suggestions or ideas would be greatly appreciated!Beta Was this translation helpful? Give feedback.
All reactions