ohadmata opened a new pull request #6998: [AIRFLOW-6404] - ANSI color support 
for WebUI logger
URL: https://github.com/apache/airflow/pull/6998
 
 
   Add ANSI color support in order to use standard packages like colorama 
(https://pypi.org/project/colorama/).
   
   The coloring commands are:
   
   `ESC [ 0 m       # reset all (colors and brightness)
   
   # FOREGROUND:
   ESC [ 30 m      # black
   ESC [ 31 m      # red
   ESC [ 32 m      # green
   ESC [ 33 m      # yellow
   ESC [ 34 m      # blue
   ESC [ 35 m      # magenta
   ESC [ 36 m      # cyan
   ESC [ 37 m      # white
   
   # BACKGROUND
   ESC [ 40 m      # black
   ESC [ 41 m      # red
   ESC [ 42 m      # green
   ESC [ 43 m      # yellow
   ESC [ 44 m      # blue
   ESC [ 45 m      # magenta
   ESC [ 46 m      # cyan
   ESC [ 47 m      # white`

----------------------------------------------------------------
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

Reply via email to