ashb commented on issue #5681: [AIRFLOW-5065] Add colors to console log URL: https://github.com/apache/airflow/pull/5681#issuecomment-516452427 Confirmed task logs look okay now, but I noticed that we have one file being written with ascii escapes in: `~/airflow/logs/scheduler/latest/example-dag.py.log` I think we can hack around that by adding ` os.environ['AIRFLOW__CORE__COLORED_CONSOLE_LOG'] = 'False'` in to airflow/utils/dag_processing.py around line 565 (find the `reload_module`)
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
