Commit d445884
committed
LOGC-63: Strip ANSI color codes from supervisord status output
ochinchina/supervisord wraps each 'ctl status' line in ANSI color
escape codes. The consumer-restart path's awk lookup matched on
'^<proc>_[0-9]+', which never matched because the line actually
started with the escape sequence, so a stuck consumer could not be
restarted.1 parent 211bf36 commit d445884
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
75 | 77 | | |
76 | 78 | | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
0 commit comments