humio / issues

Issue Tracker for Humio
4 stars 2 forks source link

Feature request: JSON parser should know about ANSI colour codes #132

Open roblevy opened 3 years ago

roblevy commented 3 years ago

Celery can optionally produce nice coloured logs depending on the log level (yellow for warning, red for error).

When these logs are a JSON blob, the JSON parser doesn't work its magic. Instead you get nicely coloured logs, but not parsed:

image

I can do stripAnsiCodes() | parseJson() but it'd be good if this worked out of the box.