potiuk commented on a change in pull request #5681: [AIRFLOW-5065] Add colors to console log URL: https://github.com/apache/airflow/pull/5681#discussion_r308438576
########## 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: Why not @ashb ? I think that's the whole point to change it by default so that the colours are now enabled whenever you run airflow in terminal (i.e. during development). I find it really useful to get the logs coloured by default in console/terminal, especially that pretty much every terminal now support ANSI colors. It saves a lot of time when you are looking through the logs and makes it easier to spot some problems. Is there a specific reason why we should not enable it? ---------------------------------------------------------------- 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
