lbakken@shostakovich ~/development/rabbitmq/rabbitmq-server (main $%=)
$ ./sbin/rabbitmqctl -n rabbit-1 --formatter=json cluster_status|jq .maintenance_status
{
"rabbit-1@shostakovich": "넀[35mmarked for maintenance넀[0m",
"rabbit-2@shostakovich": "not under maintenance",
"rabbit-3@shostakovich": "not under maintenance"
}
Describe the bug
ASCII escape codes can be seen in JSON formatter output when CLI tools are used.
Reproduction steps
Expected behavior
No ASCII escape codes in the JSON output
Additional context
No response