I'm reducing the columnified outputs by as much as half by applying this operation on the results: ``` columnify(data).replace(/\s+$/gm, '') ``` this matters when sending columnified logs over the web, or storing them, leave you with this suggestion
I'm reducing the columnified outputs by as much as half by applying this operation on the results:
this matters when sending columnified logs over the web, or storing them, leave you with this suggestion