ashb commented on a change in pull request #6998: [AIRFLOW-6404] - ANSI color support for WebUI logger URL: https://github.com/apache/airflow/pull/6998#discussion_r366299377
########## File path: airflow/config_templates/default_test.cfg ########## @@ -52,6 +52,7 @@ secure_mode = False hostname_callable = socket:getfqdn worker_precheck = False default_task_retries = 0 +colored_ui_logs = False Review comment: You don't need to add values to this file unless they are different from the default. ```suggestion ``` ---------------------------------------------------------------- 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
