ashb commented on a change in pull request #5681: [AIRFLOW-5065] Add colors to console log URL: https://github.com/apache/airflow/pull/5681#discussion_r308439037
########## File path: airflow/config_templates/default_airflow.cfg ########## @@ -59,6 +59,7 @@ fab_logging_level = WARN logging_config_class = # Log format +colored_console_log = True Review comment: Making it default to true when connected to a tty I'm fine with, but this config would put ansi codes in the scheduler logs by default when run in "production" too. ---------------------------------------------------------------- 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
